# HG changeset patch # User diego # Date 1061143842 0 # Node ID 558d0bc8354dbb1b8913e7c370b0b8efa24e5e7b # Parent 1d3f8880f46015fd10340c49326c85f94eb275fa Windows hints as discussed on mplayer-cygwin diff -r 1d3f8880f460 -r 558d0bc8354d DOCS/en/documentation.html --- a/DOCS/en/documentation.html Sun Aug 17 18:03:20 2003 +0000 +++ b/DOCS/en/documentation.html Sun Aug 17 18:10:42 2003 +0000 @@ -1839,10 +1839,18 @@ to compile the DirectX video output driver.
QuickTime DLLs and Real Win32 codecs (not Real Linux codecs) also work.
- Compile with --enable-qtx
- and --enable-real
and put the codecs into the
- default Windows DLL location, C:\WINNT\system32
or
- C:\Windows\system
depending on your Windows version.
--enable-qtx
and --enable-real
and
+ put the codecs into the default Windows DLL location,
+ C:\WINNT\system32
or C:\Windows\system
depending
+ on your Windows version. We have had some reports that Real DLLs need to be
+ writable by the user running MPlayer, but only on some systems.
+
+The Cygwin/MinGW console is rather slow. Redirecting output or using the
+ -quiet
option has been reported to improve performance on some
+ systems. Direct rendering (-dr
) may also help. You can prevent
+ OSD flicker through double buffering with the -double
option.
+ If playback is jerky, try -autosync 100
. If some of
+ these options help you, you may want to put them in your config file.
There are precompiled binary versions made by Sascha Sommer available for download from @@ -1878,9 +1886,6 @@
mplayer dvd://<title> -dvd-device '\\.\d:'
The Cygwin console is rather slow. Redirecting output or using the
- -quiet
option has been reported to improve performance.