diff options
author | Felix Stupp <felix.stupp@outlook.com> | 2020-05-16 18:09:12 +0200 |
---|---|---|
committer | Felix Stupp <felix.stupp@outlook.com> | 2020-05-16 18:45:40 +0200 |
commit | efe87a10ae57fa74d7aa038109079a17a3c4fad2 (patch) | |
tree | 180e331360c00c8678d4fd7165780f90923fd4fc /devscripts/fish-completion.py | |
parent | 52c50a10af5de16165621f8929b64dc726774276 (diff) | |
download | hypervideo-pre-efe87a10ae57fa74d7aa038109079a17a3c4fad2.tar.lz hypervideo-pre-efe87a10ae57fa74d7aa038109079a17a3c4fad2.tar.xz hypervideo-pre-efe87a10ae57fa74d7aa038109079a17a3c4fad2.zip |
Added --remux-video option
Fixes #6996
- Supported formats declared: mp4, mkv
- Added FFmpegVideoRemuxerPP as postprocessor
- Added option to README and shell-completion scripts
Diffstat (limited to 'devscripts/fish-completion.py')
-rwxr-xr-x | devscripts/fish-completion.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devscripts/fish-completion.py b/devscripts/fish-completion.py index 51d19dd33..f69c9b232 100755 --- a/devscripts/fish-completion.py +++ b/devscripts/fish-completion.py @@ -14,6 +14,7 @@ FISH_COMPLETION_FILE = 'youtube-dl.fish' FISH_COMPLETION_TEMPLATE = 'devscripts/fish-completion.in' EXTRA_ARGS = { + 'remux-video': ['--arguments', 'mp4 mkv', '--exclusive'], 'recode-video': ['--arguments', 'mp4 flv ogg webm mkv', '--exclusive'], # Options that need a file parameter |