X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=85365d769ae8febd697b778c11cd1e2a4bc0acb6;hb=75a40b22511b4d4344cd6903e28429fa6c3991f1;hp=4762e1e3c7bf1234dfa468f6f0371c781f1e5281;hpb=d0b436bff275d04e9646d671926c0ae73ba6a939;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 4762e1e3c..85365d769 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -691,7 +691,11 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--recode-video', metavar='FORMAT', dest='recodevideo', default=None, - help='Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv)') + help='Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|avi)') + postproc.add_option( + '--postprocessor-args', + dest='postprocessor_args', metavar='ARGS', + help='Give these arguments to the postprocessor') postproc.add_option( '-k', '--keep-video', action='store_true', dest='keepvideo', default=False,