1
0
Fork 0

[videoconvertor] Generalize with remuxer and allow conditional recoding

This commit is contained in:
pukkandan 2021-05-22 13:08:12 +05:30
commit 857f63136d
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
2 changed files with 34 additions and 40 deletions

View file

@ -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',