comparison DOCS/man/en/mplayer.1 @ 15017:d3d8757167c2

Fixes and improves the description of vqcomp.
author gpoirier
date Mon, 28 Mar 2005 17:29:36 +0000
parents 3078ba7c7bc1
children 265d8b8adbbe
comparison
equal deleted inserted replaced
15016:3078ba7c7bc1 15017:d3d8757167c2
6278 .B vqblur=<0.0\-99.0> (pass two) 6278 .B vqblur=<0.0\-99.0> (pass two)
6279 Quantizer gaussian blur (default: 0.5), larger values will average 6279 Quantizer gaussian blur (default: 0.5), larger values will average
6280 the quantizer more over time (slower change). 6280 the quantizer more over time (slower change).
6281 . 6281 .
6282 .TP 6282 .TP
6283 .B vqcomp=<value> 6283 .B vqcomp=<0.0\-1.0>
6284 Quantizer compression, depends upon vrc_eq (pass\ 1/\:2) (default: 0.5). 6284 Quantizer compression, vrc_eq depends upon this (pass\ 1/\:2) (default: 0.5).
6285 For instance, assuming the default rate control equation is used,
6286 if vqcomp=1.0, the ratecontrol allocates to each frame the number of bits
6287 needed to encode them all at the same QP.
6288 If vqcomp=0.0, the ratecontrol allocates the same number of bits to each
6289 frame, i.e. strict CBR.
6290 .I NOTE:
6291 Those are extreme settings and should never be used.
6292 Perceptual quality will be optimal somewhere in between these two extremes.
6285 . 6293 .
6286 .TP 6294 .TP
6287 .B vrc_eq=<equation> 6295 .B vrc_eq=<equation>
6288 main ratecontrol equation (pass\ 1/\:2) 6296 main ratecontrol equation (pass\ 1/\:2)
6289 .RE 6297 .RE