X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=c15dadb216bdd9226878b71b3af3abfa0ea5bcc5;hb=ac9ed061ec08ad360a0422ddb68060bdcc72baa2;hp=4762e1e3c7bf1234dfa468f6f0371c781f1e5281;hpb=d919fa3344463f94a152a10ba65981cd290d9ec8;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 4762e1e3c..c15dadb21 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|xvid)') + postproc.add_option( + '--postprocessor-args', + dest='postprocessor_args', default=None, metavar='ARGS', + help='Extra parameters for video post-processor.') postproc.add_option( '-k', '--keep-video', action='store_true', dest='keepvideo', default=False,