mirror of
https://github.com/mpv-player/mpv
synced 2025-03-04 21:27:58 +00:00
Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12440 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3bbfafa754
commit
5397eb9240
@ -343,6 +343,17 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
|
||||
or similar). As a last resort, try putting them in the same directory as
|
||||
<application>MPlayer</application>.</para>
|
||||
|
||||
<para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files
|
||||
that Windows exposes on VCDs. It works like this (adjust for the drive letter
|
||||
of your CD-ROM):</para>
|
||||
|
||||
<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
|
||||
|
||||
<para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
|
||||
of your DVD-ROM:</para>
|
||||
|
||||
<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device <replaceable>d</replaceable>:</screen>
|
||||
|
||||
<para>The <application>Cygwin</application>/<application>MinGW</application>
|
||||
console is rather slow. Redirecting output or using the
|
||||
<option>-quiet</option> option has been reported to improve performance on
|
||||
@ -373,21 +384,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
|
||||
<application>Cygwin</application> can be found on the
|
||||
<ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>.</para>
|
||||
|
||||
<para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files
|
||||
that Windows exposes on VCDs. It works like this (adjust for the drive letter
|
||||
of your CD-ROM):</para>
|
||||
|
||||
<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
|
||||
|
||||
<screen>mplayer <replaceable>/cygdrive/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
|
||||
|
||||
<para>DVDs also work, adjust <option>-dvd-device</option> for the drive letter
|
||||
of your DVD-ROM:</para>
|
||||
|
||||
<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device <replaceable>d</replaceable>:</screen>
|
||||
|
||||
<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device '\\.\<replaceable>d</replaceable>:'</screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
@ -406,17 +402,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
|
||||
|
||||
<para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para>
|
||||
|
||||
<para>VCDs and DVDs work almost like <application>Cygwin</application> (adjust
|
||||
for the drive letter of your CD-ROM/DVD-ROM):</para>
|
||||
|
||||
<screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
|
||||
|
||||
<screen>mplayer <replaceable>/d/MPEG2/AVSEQ01.MPG</replaceable></screen>
|
||||
|
||||
<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device /<replaceable>d</replaceable>/</screen>
|
||||
|
||||
<screen>mplayer dvd://<replaceable><title></replaceable> -dvd-device <replaceable>d</replaceable>:\\</screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user