document minimum qscale correctly. someone should probably add a note

to the man page explaining that q=1 is a bad idea unless you really
know what you're doing.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-01-01 20:02:47 +00:00
parent fa814f8eec
commit 8acc653504
2 changed files with 3 additions and 3 deletions

View File

@ -2306,9 +2306,9 @@ rv10: an old RealVideo codec
.br .br
mpeg1video: MPEG1 video :) mpeg1video: MPEG1 video :)
.REss .REss
.IPs vqmin=<2\-31> .IPs vqmin=<1\-31>
minimum quantizer (pass\ 1/\:2) (default: 2) minimum quantizer (pass\ 1/\:2) (default: 2)
.IPs vqscale=<2\-31> .IPs vqscale=<1\-31>
constant quantizer (selects fixed quantizer mode) (default: 0 (disabled)) constant quantizer (selects fixed quantizer mode) (default: 0 (disabled))
.IPs vqmax=<1\-31> .IPs vqmax=<1\-31>
maximum quantizer (pass\ 1/\:2) (default: 31) maximum quantizer (pass\ 1/\:2) (default: 31)

View File

@ -6,7 +6,7 @@ have an cvs account :)
lavcopts: (encoder options) lavcopts: (encoder options)
--------------------------- ---------------------------
vqmin 2-31 (minimum quantizer) for pass1/2 vqmin 1-31 (minimum quantizer) for pass1/2
1 is not recommended (much larger file, little quality difference (if u are lucky) 1 is not recommended (much larger file, little quality difference (if u are lucky)
and other weird things (if u are less lucky)) and other weird things (if u are less lucky))
weird things: msmpeg4, h263 will be very low quality weird things: msmpeg4, h263 will be very low quality