changeset 11333:acb4c4a5ce8c

Document lmin and lmax lavcopts; mpeg vrc_buf_size values
author ranma
date Thu, 30 Oct 2003 16:52:05 +0000
parents 62020e28e45b
children 04ea7b95da68
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Oct 30 15:31:57 2003 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Oct 30 16:52:05 2003 +0000
@@ -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