# HG changeset patch # User corey # Date 1162956182 0 # Node ID 2f71acee36575c8ad0066725ac7ffe2a8929c242 # Parent ce57eb3e9b8141cda707dba62e211569c4118eb2 - explain lavc lmin option more clearly - document lavc mblmin and mblmax options diff -r ce57eb3e9b81 -r 2f71acee3657 DOCS/man/en/mplayer.1 --- 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).