# HG changeset patch # User diego # Date 1029451407 0 # Node ID f310b4e5c94bc9a3ce08f2b22892594988eae8b7 # Parent 44ce5a673be2d7c2d74445f95a5f88d1e44cb0cd Applied patch by Remi Guyomarch . 1) document vb_qoffset instead of two times vb_qfactor 2) document "gray" and "mpeg_quant" 3) add 1 space to line-up with other options diff -r 44ce5a673be2 -r f310b4e5c94b DOCS/mplayer.1 --- a/DOCS/mplayer.1 Thu Aug 15 20:50:13 2002 +0000 +++ b/DOCS/mplayer.1 Thu Aug 15 22:43:27 2002 +0000 @@ -1169,7 +1169,7 @@ and the smallest will be used. default = HQ disabled - vme=<0\-5> motion estimation method: + vme=<0\-5> motion estimation method: 0 no ME at all 1 ME_FULL 2 ME_LOG @@ -1222,6 +1222,14 @@ or second pass of 2-pass mode. default = 0 (1-pass mode) + gray encode in grayscale mode. + default = disabled + + mpeg_quant use MPEG quantizers instead + of H.263. + default = disabled + (i.e. use H.263 quantizers) + The next 3 options apply only to I & P frames: vqmin=<1\-31> minimum quantizer @@ -1259,11 +1267,14 @@ higher quantizer for B frames) default = 2.0 - vb_qfactor= - quantizer factor between b + vb_qoffset= + quantizer offset between B and I/P frames (larger means higher quantizer for B frames) - default = 2.0 + default = 0.0 + +The actual quantizer for a given B frame is computed in pass 1 as shown below: + prev_IorP_quantizer * vb_qfactor + vb_qoffset In fixed quantizer mode you can use those options: vqscale, vmax_b_frames, vhq, vme, keyint