1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

Fix vqscale description to match at least somewhat the code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22127 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-04 13:38:41 +00:00
parent 575034e39c
commit 87236178bd

View File

@ -7284,10 +7284,10 @@ Maximum macroblock-level Lagrange multiplier for ratecontrol
.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).
A lower value means better quality but larger files (default: -1).
In case of snow codec, value 0 means lossless encoding.
Since the other codecs do not support this, vqscale=0 will be ignored and
variable quantizers are used, which is the default.
Since the other codecs do not support this, vqscale=0 will have an undefined
effect.
1 is not recommended (see vqmin for details).
.
.TP