diff options
author | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-16 10:31:30 +0200 |
---|---|---|
committer | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-16 10:31:30 +0200 |
commit | 08676fb591654adaad57d7279449c3292654079c (patch) | |
tree | 7675a4a77601579afdb6de0f126a67a502727dd3 /devscripts/fish-completion.py | |
parent | 89233ccbfb508dee433a14d6b6357baac2bcbbae (diff) | |
parent | cd93279de828c0e73a7607f4da9750d572010f59 (diff) | |
download | hypervideo-pre-08676fb591654adaad57d7279449c3292654079c.tar.lz hypervideo-pre-08676fb591654adaad57d7279449c3292654079c.tar.xz hypervideo-pre-08676fb591654adaad57d7279449c3292654079c.zip |
Merge branch 'Zocker1999NET-ext/remuxe-video'
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 a27ef44f8..be65f4340 100755 --- a/devscripts/fish-completion.py +++ b/devscripts/fish-completion.py @@ -14,6 +14,7 @@ FISH_COMPLETION_FILE = 'youtube-dlc.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 |