mirror of https://github.com/mpv-player/mpv
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:
parent
b73664e90e
commit
c576af1aca
|
@ -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 <track> [-dvd-device <device>]</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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue