1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 22:13:24 -04: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:
Felix Stupp
2020-05-16 18:09:12 +02:00
parent 52c50a10af
commit efe87a10ae
7 changed files with 42 additions and 0 deletions

View File

@@ -396,6 +396,10 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
a value between 0 (better) and 9 (worse)
for VBR or a specific bitrate like 128K
(default 5)
--remux-video FORMAT Remux the video to another container format
if necessary (currently supported: mp4|mkv,
target container format must support video
/ audio encoding, remuxing may fail)
--recode-video FORMAT Encode the video to another format if
necessary (currently supported:
mp4|flv|ogg|webm|mkv|avi)