-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sickbeard-mp4-automator merge #54
Open
mdhiggins
wants to merge
10
commits into
senko:master
Choose a base branch
from
mdhiggins:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 2, 2015
-
Updated the modifications made in Sickbeard mp4 automator to the latest version of python-video-converter in such a way that they are backwards compatible with prior version unlike my last pull attempt. Changes made here add the ability to output files with multiple audio and subtitle tracks taking advantage of FFMPEGs -map function. Can pull from multiple or single sources. to create complex files with different tracks. Options are presented as nested dictionaries now but previously used style dictionaries are still compatible. Tests will need to be updated
Michael Higgins committedMar 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 85c6011 - Browse repository at this point
Copy the full SHA 85c6011View commit details
Commits on Mar 5, 2015
-
Michael Higgins committed
Mar 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 6f577ba - Browse repository at this point
Copy the full SHA 6f577baView commit details -
Michael Higgins committed
Mar 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 64d21ce - Browse repository at this point
Copy the full SHA 64d21ceView commit details -
makes it more compliant with how the script functioned previously (allows it to pass some of the tests)
Michael Higgins committedMar 5, 2015 Configuration menu - View commit details
-
Copy full SHA for ad0206f - Browse repository at this point
Copy the full SHA ad0206fView commit details -
adjust tests to expect some additional data
reorganizes commands
Michael Higgins committedMar 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 7f89033 - Browse repository at this point
Copy the full SHA 7f89033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bfa11d - Browse repository at this point
Copy the full SHA 5bfa11dView commit details
Commits on Mar 20, 2015
-
unicodecodeerror protection and pre and post opts
-option to pass ffmpeg options before the inputfile and before the output file when needed. Being used for things like `-fix_sub_duration` and `-threads auto`. Defaults to none. -unicodedecodeerror exception catching which can occur with certain characters in file names breaking the script
Michael Higgins committedMar 20, 2015 Configuration menu - View commit details
-
Copy full SHA for b182df7 - Browse repository at this point
Copy the full SHA b182df7View commit details -
audio filter, bitrate safety, ac3 max channels
-support for passing audio filters using the `filter` option -bitrates violating the min or max are approximated to their closest min/max value to avoid ffmpeg crashing due to absence of any bitrate setting -do not allow ac3 channels > 6. AC3 does not support any channel settings greater than 5.1 and will cause ffmpeg to abort
Michael Higgins committedMar 20, 2015 Configuration menu - View commit details
-
Copy full SHA for de63d2f - Browse repository at this point
Copy the full SHA de63d2fView commit details
Commits on Mar 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e8a837d - Browse repository at this point
Copy the full SHA e8a837dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e7314 - Browse repository at this point
Copy the full SHA 79e7314View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.