Browse code

Explain lmin, lmax, mblmin, mblmax options. patch by Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk

Víctor Paesa authored on 2006/10/02 19:19:39
Showing 1 changed files
... ...
@@ -313,6 +313,21 @@ video quantiser scale blur (VBR)
313 313
 @item -qcomp compression
314 314
 video quantiser scale compression (VBR)
315 315
 
316
+@item -lmin lambda
317
+minimum video lagrange factor (VBR)
318
+@item -lmax lambda
319
+max video lagrange factor (VBR)
320
+@item -mblmin lambda
321
+minimum macroblock quantizer scale (VBR)
322
+@item -mblmax lambda
323
+maximum macroblock quantizer scale (VBR)
324
+
325
+These four options (lmin, lmax, mblmin, mblmax) use 'lambda' units,
326
+but you may use the QP2LAMBDA constant to easily convert from 'q' units:
327
+@example
328
+ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
329
+@end example
330
+
316 331
 @item -rc_init_cplx complexity
317 332
 initial complexity for single pass encoding
318 333
 @item -b_qfactor factor