mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-04 00:58:35 +02:00
Added --remux-video option
Fixes #6996 - Supported formats declared: mp4, mkv - Added FFmpegVideoRemuxerPP as postprocessor - Added option to README and shell-completion scripts
This commit is contained in:
parent
52c50a10af
commit
efe87a10ae
7 changed files with 42 additions and 0 deletions
|
@ -16,6 +16,8 @@ __youtube_dl() {
|
|||
_path_files
|
||||
elif [[ ${prev} =~ ${diropts} ]]; then
|
||||
_path_files -/
|
||||
elif [[ ${prev} == "--remux-video" ]]; then
|
||||
_arguments '*: :(mp4 mkv)'
|
||||
elif [[ ${prev} == "--recode-video" ]]; then
|
||||
_arguments '*: :(mp4 flv ogg webm mkv)'
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue