# HG changeset patch # User diego # Date 1078462176 0 # Node ID d0a1e865c1afec1e0b8ea48d527344306348d95e # Parent 67c4eacf9c246672c1204c7890c6c3527bd9ba0c -vo directfb options by Jiri Svoboda diff -r 67c4eacf9c24 -r d0a1e865c1af DOCS/man/en/mplayer.1 --- 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 (\-vo directfb2 only) +.B \-dfbopts (\-vo directfb only) Specify a parameter list for the directfb driver. .TP .B \-display @@ -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.