summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-27 19:43:36 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-27 19:43:36 +0000
commit0e64510020e9b01bf44534c09784af3bc865c8e6 (patch)
tree3fd28055ae1bfcd72710e3c874d7cf28fe509a31 /DOCS
parent1e839cc14d259c86be31ce0e65b4d97e2d190b97 (diff)
downloadmpv-0e64510020e9b01bf44534c09784af3bc865c8e6.tar.bz2
mpv-0e64510020e9b01bf44534c09784af3bc865c8e6.tar.xz
explain how to use toolame in VBR mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15283 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 12 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 596087efc3..af753c002f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5881,8 +5881,18 @@ for people with extremely good hearing and similar equipment
.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=<stereo | jstereo | mono | dual>
(default: mono for 1-channel audio, stereo otherwise)