comparison DOCS/documentation.html @ 9091:1360d475b075

patch by Sylvain Petreolle
author gabucino
date Sat, 25 Jan 2003 17:26:27 +0000
parents b840039be057
children 92eb147e9f98
comparison
equal deleted inserted replaced
9090:d2abcf3b5a94 9091:1360d475b075
1766 1766
1767 <P>VIS accelerated operations from mediaLib are used for mpeg2 video 1767 <P>VIS accelerated operations from mediaLib are used for mpeg2 video
1768 decoding and for color space conversion in the video output drivers.</P> 1768 decoding and for color space conversion in the video output drivers.</P>
1769 1769
1770 1770
1771 <H2><A NAME="sgi">6.5 Silicon Graphics / IRIX</A></H2> 1771 <H2><A NAME="sgi">6.4 Silicon Graphics / IRIX</A></H2>
1772 1772
1773 <P>You can either try to install the GNU install program, and (if you did not 1773 <P>You can either try to install the GNU install program, and (if you did not
1774 put it in your global path) then point to the location with:</P> 1774 put it in your global path) then point to the location with:</P>
1775 1775
1776 <PRE> 1776 <PRE>
1802 </PRE> 1802 </PRE>
1803 1803
1804 <P>and then go on with building and installing.</P> 1804 <P>and then go on with building and installing.</P>
1805 1805
1806 1806
1807 <H2><A NAME="qnx">6.6 QNX</A></H2> 1807 <H2><A NAME="qnx">6.5 QNX</A></H2>
1808 1808
1809 <P>Works. You'll need to download SDL for QNX, and install it. Then run 1809 <P>Works. You'll need to download SDL for QNX, and install it. Then run
1810 MPlayer with <CODE>-vo sdl:photon</CODE> and <CODE>-ao sdl:nto</CODE> 1810 MPlayer with <CODE>-vo sdl:photon</CODE> and <CODE>-ao sdl:nto</CODE>
1811 options, and it should be fast.</P> 1811 options, and it should be fast.</P>
1812 1812
1813 <P>The <CODE>-vo x11</CODE> output will be even slower than on Linux, since 1813 <P>The <CODE>-vo x11</CODE> output will be even slower than on Linux, since
1814 QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P> 1814 QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P>
1815 1815
1816 1816
1817 <H2><A NAME="cygwin">6.7 Cygwin</A></H2> 1817 <H2><A NAME="cygwin">6.6 Cygwin</A></H2>
1818 1818
1819 <P>The Cygwin port is still in its infancy. Currently there is no support for 1819 <P>The Cygwin port is still in its infancy. Currently there is no support for
1820 Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash 1820 Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash
1821 on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome. 1821 on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome.
1822 Best results are achieved with the native DirectX video output driver 1822 Best results are achieved with the native DirectX video output driver
1847 <P><CODE>mplayer /cydrive/d/MPEG2/AVSEQ01.MPG</CODE></P> 1847 <P><CODE>mplayer /cydrive/d/MPEG2/AVSEQ01.MPG</CODE></P>
1848 1848
1849 <P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM 1849 <P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM
1850 device is:</P> 1850 device is:</P>
1851 1851
1852 <P><CODE>mplayer -dvd &lt;title&gt; -dvd-device d:</CODE></P> 1852 <P><CODE>mplayer -dvd &lt;title&gt; -dvd-device '\\.\d:'</CODE></P>
1853 1853
1854 <P>QuickTime DLLs have also been reported to work. Compile with 1854 <P>QuickTime DLLs have also been reported to work. Compile with
1855 <CODE>--enable-qtx-codecs</CODE> and put the codecs into the 1855 <CODE>--enable-qtx-codecs</CODE> and put the codecs into the
1856 default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or 1856 default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or
1857 <CODE>C:\Windows\system</CODE> depending on your Windows version.</P> 1857 <CODE>C:\Windows\system</CODE> depending on your Windows version.</P>