mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 13:54:25 -04:00
[videoconvertor] Generalize with remuxer and allow conditional recoding
This commit is contained in:
@@ -1141,7 +1141,8 @@ def parseOpts(overrideArguments=None):
|
||||
metavar='FORMAT', dest='recodevideo', default=None,
|
||||
help=(
|
||||
'Re-encode the video into another format if re-encoding is necessary. '
|
||||
'The supported formats are the same as --remux-video'))
|
||||
'You can specify multiple rules similar to --remux-video. '
|
||||
'The supported formats are also the same as --remux-video'))
|
||||
postproc.add_option(
|
||||
'--postprocessor-args', '--ppa',
|
||||
metavar='NAME:ARGS', dest='postprocessor_args', default={}, type='str',
|
||||
|
Reference in New Issue
Block a user