changeset 26731:c14608941385

Remove '(pass 1/2)' from some lavcopts. These options really worked on all passes, and most options that worked on all passes weren't marked at all. It's valid to assume that any option not marked otherwise will work on all passes.
author corey
date Tue, 13 May 2008 18:32:09 +0000
parents 41794a5fb100
children 401426ba1ecf
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Tue May 13 17:52:25 2008 +0000
+++ b/DOCS/man/en/mplayer.1	Tue May 13 18:32:09 2008 +0000
@@ -7724,7 +7724,7 @@
 .
 .TP
 .B vqmin=<1\-31>
-minimum quantizer (pass 1/2)
+minimum quantizer
 .RSs
 .IPs 1
 Not recommended (much larger file, little quality difference and weird side
@@ -7782,7 +7782,7 @@
 .
 .TP
 .B vqmax=<1\-31>
-Maximum quantizer (pass 1/2), 10\-31 should be a sane range (default: 31).
+Maximum quantizer, 10\-31 should be a sane range (default: 31).
 .
 .TP
 .B mbqmin=<1\-31>
@@ -7795,7 +7795,7 @@
 .TP
 .B vqdiff=<1\-31>
 maximum quantizer difference between consecutive I- or P-frames
-(pass 1/2) (default: 3)
+(default: 3)
 .
 .TP
 .B vmax_b_frames=<0\-4>
@@ -8062,7 +8062,7 @@
 .
 .TP
 .B vbitrate=<value>
-Specify bitrate (pass 1/2) (default: 800).
+Specify bitrate (default: 800).
 .br
 .I WARNING:
 1kbit = 1000 bits
@@ -8088,17 +8088,17 @@
 .
 .TP
 .B vrc_maxrate=<value>
-maximum bitrate in kbit/\:sec (pass 1/2)
+maximum bitrate in kbit/\:sec
 (default: 0, unlimited)
 .
 .TP
 .B vrc_minrate=<value>
-minimum bitrate in kbit/\:sec (pass 1/2)
+minimum bitrate in kbit/\:sec
 (default: 0, unlimited)
 .
 .TP
 .B vrc_buf_size=<value>
-buffer size in kbit (pass 1/2).
+buffer size in kbit
 For MPEG-1/2 this also sets the vbv buffer size, use 327 for VCD,
 917 for SVCD and 1835 for DVD.
 .
@@ -8123,19 +8123,19 @@
 .
 .TP
 .B vb_qfactor=<\-31.0\-31.0>
-quantizer factor between B- and non-B-frames (pass 1/2) (default: 1.25)
+quantizer factor between B- and non-B-frames (default: 1.25)
 .
 .TP
 .B vi_qfactor=<\-31.0\-31.0>
-quantizer factor between I- and non-I-frames (pass 1/2) (default: 0.8)
+quantizer factor between I- and non-I-frames (default: 0.8)
 .
 .TP
 .B vb_qoffset=<\-31.0\-31.0>
-quantizer offset between B- and non-B-frames (pass 1/2) (default: 1.25)
+quantizer offset between B- and non-B-frames (default: 1.25)
 .
 .TP
 .B vi_qoffset=<\-31.0\-31.0>
-(pass 1/2) (default: 0.0)
+(default: 0.0)
 .br
 if v{b|i}_qfactor > 0
 .br
@@ -8171,7 +8171,7 @@
 .
 .TP
 .B vqcomp=<0.0\-1.0>
-Quantizer compression, vrc_eq depends upon this (pass 1/2) (default: 0.5).
+Quantizer compression, vrc_eq depends upon this (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.
@@ -8183,7 +8183,7 @@
 .
 .TP
 .B vrc_eq=<equation>
-main ratecontrol equation (pass 1/2)
+main ratecontrol equation
 .RE
 .RSs
 .IPs "1\ \ \ \ "
@@ -8256,7 +8256,7 @@
 .
 .TP
 .B vrc_override=<options>
-User specified quality for specific parts (ending, credits, ...) (pass 1/2).
+User specified quality for specific parts (ending, credits, ...).
 The options are <start-frame>, <end-frame>, <quality>[/<start-frame>,
 <end-frame>, <quality>[/...]]:
 .PD 0
@@ -8278,7 +8278,7 @@
 .
 .TP
 .B vqsquish=<0|1>
-Specify how to keep the quantizer between qmin and qmax (pass 1/2).
+Specify how to keep the quantizer between qmin and qmax.
 .PD 0
 .RSs
 .IPs 0