changeset 12013:d0a1e865c1af

-vo directfb options by Jiri Svoboda
author diego
date Fri, 05 Mar 2004 04:49:36 +0000
parents 67c4eacf9c24
children 0a20e1643227
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Fri Mar 05 04:46:30 2004 +0000
+++ b/DOCS/man/en/mplayer.1	Fri Mar 05 04:49:36 2004 +0000
@@ -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.