[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.475,1.476
Tobias Diedrich CVS
ranma at mplayerhq.hu
Thu Oct 30 17:52:08 CET 2003
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var/tmp.root/cvs-serv8433
Modified Files:
mplayer.1
Log Message:
Document lmin and lmax lavcopts; mpeg vrc_buf_size values
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -r1.475 -r1.476
--- mplayer.1 29 Oct 2003 02:02:36 -0000 1.475
+++ mplayer.1 30 Oct 2003 16:52:05 -0000 1.476
@@ -3576,6 +3576,15 @@
that).
.RE
.TP
+.B lmin=<0.01\-255.0>
+Minimum lagrange multiplier for ratecontrol, you probably want it to be
+equal to or lower than vqmin. (default: 2.0)
+.RE
+.TP
+.B lmax=<0.01\-255.0>
+Maximum lagrange multiplier for ratecontrol. (default: 31.0)
+.RE
+.TP
.B vqscale=<1\-31>
Constant quantizer /\: constant quality encoding (selects fixed quantizer mode).
A lower value means better quality but larger files (default: 0 (disabled)).
@@ -3733,6 +3742,8 @@
.TP
.B vrc_buf_size=<value>
buffer size in kbit (pass\ 1/\:2).
+For MPEG1/2 this also sets the vbv buffer size, use 327 for VCD,
+917 for SVCD and 1835 for DVD.
Note: vratetol should not be too large during the second pass or there might
be problems if vrc_(min|max)rate is used.
.TP
More information about the MPlayer-DOCS
mailing list