[MPlayer-DOCS] r21010 - trunk/DOCS/man/en/mplayer.1

gpoirier subversion at mplayerhq.hu
Sat Nov 18 12:38:25 CET 2006


Author: gpoirier
Date: Sat Nov 18 12:38:24 2006
New Revision: 21010

Modified:
   trunk/DOCS/man/en/mplayer.1

Log:
remove xvid3's divx5bvop and replace it by xvid4's closed_gop


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Sat Nov 18 12:38:24 2006
@@ -8590,12 +8590,12 @@
 (default: 30).
 .
 .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.
+.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 either 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 (no)grayscale
@@ -8653,14 +8653,6 @@
 aggressive production of B-frames may cause worse visual quality.
 .
 .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 either 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