Commit ecaf441e authored by diego's avatar diego

Explain lmin, lmax, mblmin, mblmax options.

patch by Víctor Paesa, wzrlpy arsystel com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fdbc8437
......@@ -313,6 +313,21 @@ video quantiser scale blur (VBR)
@item -qcomp compression
video quantiser scale compression (VBR)
@item -lmin lambda
minimum video lagrange factor (VBR)
@item -lmax lambda
max video lagrange factor (VBR)
@item -mblmin lambda
minimum macroblock quantizer scale (VBR)
@item -mblmax lambda
maximum macroblock quantizer scale (VBR)
These four options (lmin, lmax, mblmin, mblmax) use 'lambda' units,
but you may use the QP2LAMBDA constant to easily convert from 'q' units:
@example
ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
@end example
@item -rc_init_cplx complexity
initial complexity for single pass encoding
@item -b_qfactor factor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment