[MPlayer-DOCS] CVS: main/DOCS/xml/en video.xml,1.49,1.50

Gabucino syncmail at mplayerhq.hu
Thu Feb 12 09:45:38 CET 2004


CVS change done by Gabucino

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv27879/DOCS/xml/en

Modified Files:
	video.xml 
Log Message:
dfbmga docs update
Patch by Thomas Jarosch <tomj at simonv.com>


Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- video.xml	30 Jan 2004 08:42:22 -0000	1.49
+++ video.xml	12 Feb 2004 08:45:35 -0000	1.50
@@ -1603,6 +1603,60 @@
 on his homepage that explain how to make DirectFB TV output run on Matrox cards.
 </para>
 
+<variablelist>
+
+<title>USAGE</title>
+<para><emphasis role="bold">Full syntax:</emphasis> -vo dfbmga:bes:crtc2:spic:input:buffermode=single|double|triple:fieldparity=top|bottom:tvnorm=pal|ntsc|auto</para>
+
+<varlistentry>
+<term><option>(no)bes</option></term>
+<listitem><para>enable the use of the Matrox BES (backend scaler).
+Gives very good results concerning speed and output quality as interpolated picture processing is done in hardware.
+Works only on the primary head. Default: Disabled</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>(no)spic</option></term>
+<listitem><para>make use of the Matrox sub picture layer to display mplayer&apos;s OSD. Default: Enabled</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>(no)crtc2</option></term>
+<listitem><para>turn on TV-out on the second head. The output quality is amazing as it&apos;s a full interlaced picture
+with proper sync to every odd/even field. Default: Enabled</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>(no)input</option></term>
+<listitem><para>use DirectFB&apos;s keyboard code instead of mplayer&apos;s normal keyboard code. Default: Disabled</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>buffermode=single|double|triple</option></term>
+<listitem><para>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&apos;t block mplayer
+while waiting for the vertical retrace. Single buffering should be avoided. Default: Triple</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>fieldparity=top|bottom</option></term>
+<listitem><para>control the output order for interlaced frames. Valid values are top = top fields first,
+bottom = bottom fields first. This option doesn&apos;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. (Good examples for interlaced film material on DVD are Star Trek Enterprise
+and Star Trek DS9) Default: Disabled (not set)</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>tvnorm=pal|ntsc|auto</option></term>
+<listitem><para>will set the TV norm of the Matrox card without the need
+for modifying /etc/directfbrc. Valid norms are pal = PAL, ntsc = NTSC.
+Special norm is auto (auto-adjust using PAL/NTSC) because it decides
+which norm to use by looking at the frame rate of the movie.
+Default: Disabled (not set)</para></listitem>
+</varlistentry>
+</variablelist>
+
 <note><para>
 the first DirectFB version with which we could get this working was
 0.9.17 (it's buggy, needs that <systemitem>surfacemanager</systemitem> patch from




More information about the MPlayer-DOCS mailing list