changeset 9042:c9b6b6f38d31

VCDs, DVDs and QT DLLs should work on Cygwin.
author diego
date Mon, 20 Jan 2003 03:11:51 +0000
parents 4b23db031bed
children 1d75a7ecf3b8
files DOCS/documentation.html
diffstat 1 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/documentation.html	Mon Jan 20 02:56:14 2003 +0000
+++ b/DOCS/documentation.html	Mon Jan 20 03:11:51 2003 +0000
@@ -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
@@ -1814,6 +1814,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>
+
 
 
 <H1><A NAME="encoding">7.</A> <A HREF="encoding.html">Encoding with MEncoder</A></H1>