[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.922,1.923

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Mar 28 19:29:39 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv18751/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
Fixes and improves the description of vqcomp.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.922
retrieving revision 1.923
diff -u -r1.922 -r1.923
--- mplayer.1	28 Mar 2005 16:50:04 -0000	1.922
+++ mplayer.1	28 Mar 2005 17:29:36 -0000	1.923
@@ -6280,8 +6280,16 @@
 the quantizer more over time (slower change).
 .
 .TP
-.B vqcomp=<value>
-Quantizer compression, depends upon vrc_eq (pass\ 1/\:2) (default: 0.5).
+.B vqcomp=<0.0\-1.0>
+Quantizer compression, vrc_eq depends upon this (pass\ 1/\:2) (default: 0.5).
+For instance, assuming the default rate control equation is used,
+if vqcomp=1.0, the ratecontrol allocates to each frame the number of bits
+needed to encode them all at the same QP.
+If vqcomp=0.0, the ratecontrol allocates the same number of bits to each
+frame, i.e. strict CBR.
+.I NOTE:
+Those are extreme settings and should never be used.
+Perceptual quality will be optimal somewhere in between these two extremes.
 .
 .TP
 .B vrc_eq=<equation>




More information about the MPlayer-DOCS mailing list