changeset 20757:2f71acee3657

- explain lavc lmin option more clearly - document lavc mblmin and mblmax options
author corey
date Wed, 08 Nov 2006 03:23:02 +0000
parents ce57eb3e9b81
children e0f3254f3b76
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Wed Nov 08 03:22:03 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Wed Nov 08 03:23:02 2006 +0000
@@ -7129,8 +7129,15 @@
 .
 .TP
 .B lmin=<0.01\-255.0>
-Minimum Lagrange multiplier for ratecontrol, you probably want it to be
-equal to or lower than vqmin (default: 2.0).
+Minimum frame-level Lagrange multiplier for ratecontrol (default: 2.0).
+Lavc will rarely use quantizers below the value of lmin.
+Lowering lmin will make lavc more likely to choose lower quantizers for
+some frames, but not lower than the value of vqmin.
+Likewise, raising lmin will make lavc less likely to choose low
+quantizers, even if vqmin would have allowed them.
+You probably want to set lmin approximately equal to vqmin.
+When adaptive quantization is in use, changing lmin/lmax may have less
+of an effect; see mblmin/mblmax.
 .RE
 .
 .TP
@@ -7139,6 +7146,20 @@
 .RE
 .
 .TP
+.B mblmin=<0.01\-255.0>
+Minimum macroblock-level Lagrange multiplier for ratecontrol
+(default:2.0).
+This parameter affects adaptive quantization options like qprd,
+lumi_mask, etc..
+.RE
+.
+.TP
+.B mblmax=<0.01\-255.0>
+Maximum macroblock-level Lagrange multiplier for ratecontrol
+(default: 31.0).
+.RE
+.
+.TP
 .B vqscale=<0\-31>
 Constant quantizer /\: constant quality encoding (selects fixed quantizer mode).
 A lower value means better quality but larger files (default: 0).