Rename --pp-params to --postprocessor-args and access value as super class attribute
This commit is contained in:
parent
14835de9fb
commit
1866432db7
6 changed files with 14 additions and 17 deletions
|
@ -688,8 +688,8 @@ def parseOpts(overrideArguments=None):
|
|||
metavar='FORMAT', dest='recodevideo', default=None,
|
||||
help='Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|xvid)')
|
||||
postproc.add_option(
|
||||
'--pp-params',
|
||||
dest='pp_params', default=None, metavar='ARGS',
|
||||
'--postprocessor-args',
|
||||
dest='postprocessor_args', default=None, metavar='ARGS',
|
||||
help='Extra parameters for video post-processor.')
|
||||
postproc.add_option(
|
||||
'-k', '--keep-video',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue