# HG changeset patch # User diego # Date 1043032311 0 # Node ID c9b6b6f38d316075746847d0ad84c48651ee4285 # Parent 4b23db031bed5abe49ff7ece0777665008912128 VCDs, DVDs and QT DLLs should work on Cygwin. diff -r 4b23db031bed -r c9b6b6f38d31 DOCS/documentation.html --- 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 @@

6.7 Cygwin

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. Patches are always welcome. Best results are achieved with the native DirectX video output driver (-vo directx) and the native Windows waveout audio driver @@ -1814,6 +1814,23 @@

Instructions and files for making SDL run under Cygwin can be found on the libsdl site.

+

You can play VCDs by playing the .DAT or .MPG files + that Windows exposes on VCDs. It works like this (adjust for the drive letter + of your CD-ROM):

+ +

mplayer d:/mpegav/avseq01.dat

+ +

mplayer /cydrive/d/MPEG2/AVSEQ01.MPG

+ +

DVDs also work, just set the DVD device correctly to whatever your CD-ROM + device is:

+ +

mplayer -dvd <title> -dvd-device d:

+ +

QuickTime DLLs have also been reported to work if you put them into the + default Windows DLL location, C:\WINNT\system32 or + C:\Windows\system depending on your Windows version.

+

7. Encoding with MEncoder