summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-07 13:13:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-07 13:13:11 +0000
commit5397eb9240e123e96484523c48f588c6dd8a36fb (patch)
treeac8870d7ee9369171ec6053e56db73428c9fdbfd /DOCS/xml
parent3bbfafa7543c4ad8cd15a24959b8fffa2ed1eae0 (diff)
downloadmpv-5397eb9240e123e96484523c48f588c6dd8a36fb.tar.bz2
mpv-5397eb9240e123e96484523c48f588c6dd8a36fb.tar.xz
Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12440 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/ports.xml37
1 files changed, 11 insertions, 26 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 2c983da754..905883ed1a 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -343,6 +343,17 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
or similar). As a last resort, try putting them in the same directory as
<application>MPlayer</application>.</para>
+<para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files
+ that Windows exposes on VCDs. It works like this (adjust for the drive letter
+ of your CD-ROM):</para>
+
+<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
+
+<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>
+
<para>The <application>Cygwin</application>/<application>MinGW</application>
console is rather slow. Redirecting output or using the
<option>-quiet</option> option has been reported to improve performance on
@@ -373,21 +384,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<application>Cygwin</application> can be found on the
<ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>.</para>
-<para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files
- that Windows exposes on VCDs. It works like this (adjust for the drive letter
- of your CD-ROM):</para>
-
-<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
-
-<screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
-
-<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>
@@ -406,17 +402,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
<para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para>
-<para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust
- for the drive letter of your CD-ROM/DVD-ROM):</para>
-
-<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
-
-<screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
-
-<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>