[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.800,1.801
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Sun Nov 7 21:30:15 CET 2004
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv880/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Some work on the XviD section:
- better divx5bvop description
- "new" (no)packed and (no)closed_gop options explained
- more appropriate wordings
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.800
retrieving revision 1.801
diff -u -r1.800 -r1.801
--- mplayer.1 2 Nov 2004 17:22:23 -0000 1.800
+++ mplayer.1 7 Nov 2004 20:30:11 -0000 1.801
@@ -33,7 +33,7 @@
.\" Title
.\" --------------------------------------------------------------------------
.
-.TH MPlayer 1 "2004-11-02" "The MPlayer Project" "The Movie Player"
+.TH MPlayer 1 "2004-11-07" "The MPlayer Project" "The Movie Player"
.
.SH NAME
mplayer \- movie player
@@ -6495,8 +6495,8 @@
This might give better compression, but slows down encoding.
.br
.I WARNING:
-This option is deprecated in XviD-1.0.x, as all is now taken care of
-by the me_quality option.
+As of XviD-1.0.x, this option is no longer available separately, and its
+functionality is included in the me_quality option.
When me_quality > 4, 4mv is activated.
.
.TP
@@ -6525,7 +6525,7 @@
2pass mode: min & max quantizer for I/\:P-frames (default: 2\-31/\:2\-31)
.br
.I WARNING:
-This option is deprecated in XviD-1.0.x, and is replaced by the
+As of XviD-1.0.x, this option is replaced by the
[min|max]_[i|p|b]quant options.
.
.TP
@@ -6544,8 +6544,7 @@
When using custom matrices, MPEG must be used.
.br
.I WARNING:
-This option is deprecated in XviD-1.0.x, and is replaced by the quant_type
-option.
+As of XviD-1.0.x, this option is replaced by the quant_type option.
.
.TP
.B mod_quant
@@ -6557,7 +6556,7 @@
by any MPEG4 decoder besides libavcodec or XviD.
.br
.I WARNING:
-This option is deprecated in XviD-1.0.x.
+As of XviD-1.0.x, this option is no longer available.
.
.TP
.B keyframe_boost=<0\-1000>
@@ -6579,6 +6578,14 @@
(default: 30, 2pass mode only)
.
.TP
+.B divx5bvop
+Generate DivX5 compatible B-frames (default: on).
+This seems to be mandatory only for old versions of DivX's decoder.
+.br
+.I WARNING:
+As of XviD-1.0.x, this option is replaced by the closed_gop option.
+.
+.TP
.B (no)greyscale
Make XviD discard chroma planes so the encoded video is greyscale only.
Note that this does not speed up encoding, it just prevents chroma data
@@ -6597,7 +6604,12 @@
.
.TP
.B (no)packed
-Create a bitstream which can be decoded delay-free.
+This option is meant to solve frame-order issues when encoding to
+container formats like AVI that cannot cope with out-of-order frames.
+In practise, most decoders (both software and hardware) are able to deal
+with frame-order themselves, and may get confused when this option is
+turned on, so you can safely leave if off, unless you really know what
+you are doing.
.br
.I WARNING:
This will generate an illegal bitstream, and will not be
@@ -6608,10 +6620,6 @@
autodetection of some decoders might be confused.
.
.TP
-.B divx5bvop
-Generate DivX5 compatible B-frames (default: on).
-.
-.TP
.B max_bframes=<0\-4>
Maximum number of B-frames to put between I/\:P-frames (default: 0).
.
@@ -6635,6 +6643,14 @@
(default: 0)
.
.TP
+.B (no)closed_gop
+This option tells XviD to close every GOP (Group Of Pictures bounded
+by two I-frames), which makes GOPs independent from each other.
+This just implies that the last frame of the GOP is eiter a P-frame or a
+N-frame but not a B-frame.
+It is usually a good idea to turn this option on (default: on).
+.
+.TP
.B frame_drop_ratio=<0\-100> (max_bframes=0 only)
This setting allows the creation of variable framerate video streams.
The value of the setting specifies a threshold under which, if the
More information about the MPlayer-DOCS
mailing list