X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=85365d769ae8febd697b778c11cd1e2a4bc0acb6;hb=7a4a945f138078b95f02e8cec1e38123d66d7f09;hp=4762e1e3c7bf1234dfa468f6f0371c781f1e5281;hpb=dc2bd20e5599b4bc32d0cf68af402d9b972a309e;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,