comparison DOCS/man/en/mplayer.1 @ 12013:d0a1e865c1af

-vo directfb options by Jiri Svoboda
author diego
date Fri, 05 Mar 2004 04:49:36 +0000
parents 4e2d99dbef78
children b962aaad2940
comparison
equal deleted inserted replaced
12012:67c4eacf9c24 12013:d0a1e865c1af
1569 .TP 1569 .TP
1570 .B \-contrast <-100\-100> 1570 .B \-contrast <-100\-100>
1571 Adjust contrast of video output (default 0). 1571 Adjust contrast of video output (default 0).
1572 Works in similar manner as brightness. 1572 Works in similar manner as brightness.
1573 .TP 1573 .TP
1574 .B \-dfbopts <value> (\-vo directfb2 only) 1574 .B \-dfbopts <value> (\-vo directfb only)
1575 Specify a parameter list for the directfb driver. 1575 Specify a parameter list for the directfb driver.
1576 .TP 1576 .TP
1577 .B \-display <name> 1577 .B \-display <name>
1578 Specify the hostname and display number of the X server you want to display 1578 Specify the hostname and display number of the X server you want to display
1579 on. 1579 on.
3554 .TP 3554 .TP
3555 .B directfb 3555 .B directfb
3556 Play video using the DirectFB library. 3556 Play video using the DirectFB library.
3557 .PD 0 3557 .PD 0
3558 .RSs 3558 .RSs
3559 .IPs number 3559 .IPs (no)input
3560 Selects layer. 3560 Use the DirectFB instead of the MPlayer keyboard code (default: enabled).
3561 .RE 3561 .IPs buffermode=single|double|triple
3562 .PD 1 3562 Double and triple buffering give best results if you want to avoid tearing issues.
3563 .TP 3563 Triple buffering is more efficent than double buffering as it doesn't block MPlayer
3564 .B directfb2 3564 while waiting for the vertical retrace.
3565 Play video using the DirectFB library, second generation. 3565 Single buffering should be avoided (default: single).
3566 .IPs fieldparity=top|bottom
3567 Control the output order for interlaced frames (default: disabled).
3568 Valid values are top = top fields first, bottom = bottom fields first.
3569 This option doesn't have any effect on progressive film material
3570 like most MPEG movies are.
3571 You need to enable this option if you have tearing issues/unsmooth
3572 motions watching interlaced film material.
3573 .IPs layer=N
3574 Will force layer with id N for playback (default: -1 - auto).
3575 .RE
3576 .PD 1
3566 .TP 3577 .TP
3567 .B dfbmga\ 3578 .B dfbmga\
3568 Matrox G400/G450/G550 specific output driver that uses the DirectFB library. 3579 Matrox G400/G450/G550 specific output driver that uses the DirectFB library.
3569 Enables CRTC2 (second head), displaying video independently of the first head. 3580 Enables CRTC2 (second head), displaying video independently of the first head.
3570 .PD 0 3581 .PD 0