summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-04 14:34:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-04 14:34:18 +0000
commit81f66d64cd1492efd1771ca01f2db2de86f71bf6 (patch)
tree0e1d2698613129ec262b35406455694eaf167437 /DOCS/xml
parent3b7dc628077eae5cdfe674676cebebafc85ccad6 (diff)
downloadmpv-81f66d64cd1492efd1771ca01f2db2de86f71bf6.tar.bz2
mpv-81f66d64cd1492efd1771ca01f2db2de86f71bf6.tar.xz
winvidix documented, alternative ways of specifying -dvd-device.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12419 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/ports.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 483ef05209..2c983da754 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -295,6 +295,27 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<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 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<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 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<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>