Index: DOCS/man/en/mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.754 diff -u -r1.754 mplayer.1 --- DOCS/man/en/mplayer.1 27 Sep 2004 21:04:42 -0000 1.754 +++ DOCS/man/en/mplayer.1 28 Sep 2004 04:43:31 -0000 @@ -849,6 +849,9 @@ .TP .B \-dvd-device (DVD only) Specify the DVD device (default: /dev/\:dvd). +You can also specify a directory that contains files previously copied directly +from a DVD (such as with vobcopy). Note that using \-dumpstream is usually a +better way to copy DVD titles in the first place (see the examples). . .TP .B \-dvdangle (DVD only) @@ -7039,6 +7042,14 @@ mplayer dvd://1 \-dvd-device /dev/\:dvd2 . .TP +.B Play DVD video from a directory of VOB files: +mplayer dvd://1 \-dvd-device /example/\:directory/ +. +.TP +.B Copy a DVD title to hard disk, saving to file "title1.vob": +mplayer dvd://1 \-dumpstream \-dumpfile title1.vob +. +.TP .B Stream from HTTP: mplayer http://mplayer.hq/\:example.avi .