[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.369,1.370

Diego Biurrun CVS diego at mplayerhq.hu
Mon Jan 20 04:11:54 CET 2003


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv31934/DOCS

Modified Files:
	documentation.html 
Log Message:
VCDs, DVDs and QT DLLs should work on Cygwin.


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- documentation.html	18 Jan 2003 19:26:24 -0000	1.369
+++ documentation.html	20 Jan 2003 03:11:51 -0000	1.370
@@ -1793,7 +1793,7 @@
 <H2><A NAME="cygwin">6.7 Cygwin</A></H2>
 
 <P>The Cygwin port is still in its infancy. Currently there is no support for
-  Win32 DLLs, VCDs or OpenGL. SDL is known to distort sound and image or crash
+  Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash
   on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome.
   Best results are achieved with the native DirectX video output driver
   (<CODE>-vo directx</CODE>) and the native Windows waveout audio driver
@@ -1813,6 +1813,23 @@
 
 <P>Instructions and files for making SDL run under Cygwin can be found on the
   <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P>
+
+<P>You can play VCDs by playing the <CODE>.DAT</CODE> or <CODE>.MPG</CODE> files
+  that Windows exposes on VCDs.  It works like this (adjust for the drive letter
+  of your CD-ROM):</P>
+
+<P><CODE>mplayer d:/mpegav/avseq01.dat</CODE></P>
+
+<P><CODE>mplayer /cydrive/d/MPEG2/AVSEQ01.MPG</CODE></P>
+
+<P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM
+  device is:</P>
+
+<P><CODE>mplayer -dvd &lt;title&gt; -dvd-device d:</CODE></P>
+
+<P>QuickTime DLLs have also been reported to work if you put them into the
+  default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or
+  <CODE>C:\Windows\system</CODE> depending on your Windows version.</P>
 
 
 



More information about the MPlayer-cvslog mailing list