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

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri May 7 15:13:14 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	ports.xml 
Log Message:
Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.


Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/ports.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ports.xml	4 May 2004 14:34:18 -0000	1.40
+++ ports.xml	7 May 2004 13:13:11 -0000	1.41
@@ -343,6 +343,17 @@
   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 @@
   <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 @@
 
 <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>
 
 




More information about the MPlayer-DOCS mailing list