]> jfr.im git - yt-dlp.git/commit
Added --remux-video option
authorFelix Stupp <redacted>
Sat, 16 May 2020 16:09:12 +0000 (18:09 +0200)
committerFelix Stupp <redacted>
Sat, 16 May 2020 16:45:40 +0000 (18:45 +0200)
commitefe87a10ae57fa74d7aa038109079a17a3c4fad2
tree180e331360c00c8678d4fd7165780f90923fd4fc
parent52c50a10af5de16165621f8929b64dc726774276
Added --remux-video option

Fixes #6996

- Supported formats declared: mp4, mkv
- Added FFmpegVideoRemuxerPP as postprocessor
- Added option to README and shell-completion scripts
README.md
devscripts/fish-completion.py
devscripts/zsh-completion.in
youtube_dl/__init__.py
youtube_dl/options.py
youtube_dl/postprocessor/__init__.py
youtube_dl/postprocessor/ffmpeg.py