summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-05 04:49:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-05 04:49:36 +0000
commita4b6c16954a84e80a4375c2419a21e4d93a9ff59 (patch)
treeb4a6427f95405b0a3f6dcc5b86ab46a9b9747b0a /DOCS
parent569a295c4e2291f053c4c49fac32d5f3882051a8 (diff)
downloadmpv-a4b6c16954a84e80a4375c2419a21e4d93a9ff59.tar.bz2
mpv-a4b6c16954a84e80a4375c2419a21e4d93a9ff59.tar.xz
-vo directfb options by Jiri Svoboda
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.123
1 files changed, 17 insertions, 6 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 54927e92b6..bc9113d30b 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1571,7 +1571,7 @@ screen.
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 @@ Output driver for the GGI graphics system.
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.