VCDs, DVDs and QT DLLs should work on Cygwin.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9043 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-01-20 03:11:51 +00:00
parent 444b119914
commit 4447e2e1c8
1 changed files with 18 additions and 1 deletions

View File

@ -1793,7 +1793,7 @@ end
<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 @@ end
<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>