# HG changeset patch # User nicodvb # Date 1114631016 0 # Node ID cac0ab3e7e05560cb2721f6a5fa648f0cc11c88d # Parent dcf97e9eb7e8c74a8dad6c9f96a98974c827dd05 explain how to use toolame in VBR mode diff -r dcf97e9eb7e8 -r cac0ab3e7e05 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Wed Apr 27 19:26:09 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Wed Apr 27 19:43:36 2005 +0000 @@ -5881,8 +5881,18 @@ .SS toolame (\-toolameopts) . .TP -.B br=<0\-384> (CBR only) -bitrate in kbps +.B br=<32\-384> +in CBR mode this parameter indicates the bitrate in kbps, +when in VBR mode it's the minimum bitrate allowed per frame; +in this last case it has to be set to a value >= 112 or VBR mode won't work +.TP +.B vbr=<-50\-50> (VBR only) +variability range; if negative toolame shifts the average bitrate towards +the lower limit, if positive towards the higher. +When set to 0 CBR is used (default) +.TP +.B maxvbr=<32\-384> (VBR only) +maximum bitrate allowed per frame, in kpbs .TP .B mode= (default: mono for 1-channel audio, stereo otherwise)