DVD usage instructions similar to VCD.

Patch by Nilmoni Deb <ndeb@ece.cmu.edu>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9182 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-01-30 23:46:07 +00:00
parent b73664e90e
commit c576af1aca
1 changed files with 10 additions and 1 deletions

View File

@ -67,7 +67,16 @@
<H2><A NAME="dvd">4.2 DVD playback</A></H2>
<P>For the complete list of available options, please read the man page.</P>
<P>For the complete list of available options, please read the man page.
The Syntax for a standard Digital Versatile Disc (DVD) is as follows:</P>
<P><CODE>mplayer -dvd &lt;track&gt; [-dvd-device &lt;device&gt;]</CODE></P>
<P>Example: <CODE>mplayer -dvd 1 -dvd-device /dev/hdc</CODE></P>
<P>The default DVD device is <CODE>/dev/dvd</CODE>. If your setup differs,
make a symlink or specify the correct device on the command line with the
<CODE>-dvd-device</CODE> option.</P>
<H4>New-style DVD support (mpdvdkit2)</H4>