diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-30 23:46:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-30 23:46:07 +0000 |
commit | c576af1acaff60a1014122528f1445043a147db7 (patch) | |
tree | a173e640f68c75df13fd2fd8d4641dd9ba709bba | |
parent | b73664e90ea9de8cf847a046d21d59c331bd5220 (diff) |
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
-rw-r--r-- | DOCS/cd-dvd.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html index 13f7c319d3..dc7e847362 100644 --- a/DOCS/cd-dvd.html +++ b/DOCS/cd-dvd.html @@ -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> |