[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.552,1.553
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Mar 5 05:49:39 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv15900/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
-vo directfb options by Jiri Svoboda
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -r1.552 -r1.553
--- mplayer.1 24 Feb 2004 11:23:27 -0000 1.552
+++ mplayer.1 5 Mar 2004 04:49:36 -0000 1.553
@@ -1571,7 +1571,7 @@
Adjust contrast of video output (default 0).
Works in similar manner as brightness.
.TP
-.B \-dfbopts <value> (\-vo directfb2 only)
+.B \-dfbopts <value> (\-vo directfb only)
Specify a parameter list for the directfb driver.
.TP
.B \-display <name>
@@ -3556,14 +3556,25 @@
Play video using the DirectFB library.
.PD 0
.RSs
-.IPs number
-Selects layer.
+.IPs (no)input
+Use the DirectFB instead of the MPlayer keyboard code (default: enabled).
+.IPs buffermode=single|double|triple
+Double and triple buffering give best results if you want to avoid tearing issues.
+Triple buffering is more efficent than double buffering as it doesn't block MPlayer
+while waiting for the vertical retrace.
+Single buffering should be avoided (default: single).
+.IPs fieldparity=top|bottom
+Control the output order for interlaced frames (default: disabled).
+Valid values are top = top fields first, bottom = bottom fields first.
+This option doesn't have any effect on progressive film material
+like most MPEG movies are.
+You need to enable this option if you have tearing issues/unsmooth
+motions watching interlaced film material.
+.IPs layer=N
+Will force layer with id N for playback (default: -1 - auto).
.RE
.PD 1
.TP
-.B directfb2
-Play video using the DirectFB library, second generation.
-.TP
.B dfbmga\
Matrox G400/G450/G550 specific output driver that uses the DirectFB library.
Enables CRTC2 (second head), displaying video independently of the first head.
More information about the MPlayer-DOCS
mailing list