mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
Applied some suggestions by Nilmoni Deb.
CD-ROM section renamed to CD/DVD drives, VCD clarification. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6908 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c4e0598b6
commit
7cafdd1d46
@ -10,7 +10,7 @@
|
|||||||
<BODY>
|
<BODY>
|
||||||
|
|
||||||
|
|
||||||
<P><B><A NAME="cd">4.1 CD-ROM drives</A></B></P>
|
<P><B><A NAME="drives">4.1 CD/DVD drives</A></B></P>
|
||||||
|
|
||||||
<P>Linux documentation excerpt:</P>
|
<P>Linux documentation excerpt:</P>
|
||||||
|
|
||||||
@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Do <B>not</B> mount VCD disks and play DAT files directly! It may work
|
<LI>Do <B>not</B> play the DAT files from a VCD directly! It may work
|
||||||
under Windows but will not under Linux. You have to play VCDs with the
|
under Windows but will not under Linux. You have to play VCDs with the
|
||||||
<CODE>-vcd</CODE> option.</LI>
|
<CODE>-vcd</CODE> option.</LI>
|
||||||
<LI>VCD disks usually have 2 tracks: a data track (containing autostart
|
<LI>VCD disks usually have 2 tracks: a data track (containing autostart
|
||||||
|
@ -244,7 +244,7 @@
|
|||||||
</LI>
|
</LI>
|
||||||
<LI><A HREF="cd-dvd.html">4. CD/DVD section</A>
|
<LI><A HREF="cd-dvd.html">4. CD/DVD section</A>
|
||||||
<UL>
|
<UL>
|
||||||
<LI><A HREF="cd-dvd.html#cd">4.1 CD-ROM drives</A></LI>
|
<LI><A HREF="cd-dvd.html#drives">4.1 CD/DVD drives</A></LI>
|
||||||
<LI><A HREF="cd-dvd.html#dvd">4.2 DVD playback</A></LI>
|
<LI><A HREF="cd-dvd.html#dvd">4.2 DVD playback</A></LI>
|
||||||
<LI><A HREF="cd-dvd.html#vcd">4.3 VCD playback</A></LI>
|
<LI><A HREF="cd-dvd.html#vcd">4.3 VCD playback</A></LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
@ -627,7 +627,7 @@ My DVD playback is sluggish!
|
|||||||
</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>
|
</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>
|
||||||
Use the <CODE>-cache</CODE> option (described in the man page)
|
Use the <CODE>-cache</CODE> option (described in the man page)
|
||||||
and try enabling DMA for the DVD drive with the hdparm tool (described in the
|
and try enabling DMA for the DVD drive with the hdparm tool (described in the
|
||||||
<A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).
|
<A HREF="cd-dvd.html#drives">CD/DVD drives</A> chapter of the documentation).
|
||||||
</TD><TR><TD COLSPAN=3> </TD><TR>
|
</TD><TR><TD COLSPAN=3> </TD><TR>
|
||||||
|
|
||||||
<TD COLSPAN=3>
|
<TD COLSPAN=3>
|
||||||
|
@ -124,7 +124,7 @@ there may be problems like lost sync and disappearing audio.</LI>
|
|||||||
<LI>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g.
|
<LI>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g.
|
||||||
<CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
|
<CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is
|
||||||
generally beneficial and described more detailed in the
|
generally beneficial and described more detailed in the
|
||||||
<A HREF="cd-dvd.html#cd">CD-ROM section</A>.</LI>
|
<A HREF="cd-dvd.html#drives">CD/DVD drives</A> section.</LI>
|
||||||
<LI>Sharing your sound card with another application like XMMS is <B>strongly discouraged</B>!
|
<LI>Sharing your sound card with another application like XMMS is <B>strongly discouraged</B>!
|
||||||
If the other sound application is using ESD, start <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option
|
If the other sound application is using ESD, start <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option
|
||||||
to combine both sound streams! In fact, the option <CODE>-vo sdl:esd</CODE> could be used with ESD
|
to combine both sound streams! In fact, the option <CODE>-vo sdl:esd</CODE> could be used with ESD
|
||||||
|
Loading…
Reference in New Issue
Block a user