[MPlayer-DOCS] CVS: main/DOCS/xml/en ports.xml,1.39,1.40

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue May 4 16:34:20 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	ports.xml 
Log Message:
winvidix documented, alternative ways of specifying -dvd-device.


Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ports.xml	27 Apr 2004 17:43:18 -0000	1.39
+++ ports.xml	4 May 2004 14:34:18 -0000	1.40
@@ -295,6 +295,27 @@
   <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink>
   to compile the DirectX video output driver.</para>
 
+<para><link linkend="vidix">VIDIX</link> now works under Windows as
+  <option>-vo winvidix</option>, although it is still experimental
+	and needs a bit of manual setup. Download
+  <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelper.sys">dhahelper.sys</ulink>
+  and copy it to the
+  <filename class="directory">libdha/dhahelperwin</filename> directory in your
+	<application>MPlayer</application> source tree.
+	Open a console and change to that directory. Then type
+
+  <screen>gcc -o dhasetup.exe dhasetup.c</screen>
+
+  and execute
+
+  <screen>dhasetup.exe install</screen>
+
+  as Administrator.  After that you will have to reboot.  When you are
+  done, copy the <systemitem class="library">.so</systemitem> files from
+	<filename class="directory">vidix/drivers</filename> to the
+	<filename class="directory">mplayer/vidix</filename> directory
+  relative to your <filename>mplayer.exe</filename>.</para>
+
 <para>For best results <application>MPlayer</application> should use a
   colorspace that your video card supports in hardware.  Unfortunately many
   Windows graphics drivers wrongly report some colorspaces as supported in
@@ -363,6 +384,8 @@
 <para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
   of your DVD-ROM:</para>
 
+<screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:</screen>
+
 <screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device '\\.\<replaceable>d</replaceable>:'</screen>
 
 </sect2>
@@ -392,6 +415,8 @@
 
 <screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device /<replaceable>d</replaceable>/</screen>
 
+<screen>mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:\\</screen>
+
 </sect2>
 
 




More information about the MPlayer-DOCS mailing list