[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.756,1.757
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Sep 29 23:08:46 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv868/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
-dvd-device can point to a directory to play a VOB from the hard disk.
patch by Corey Hickey <bugfood-ml at fatooh dot org>
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.756
retrieving revision 1.757
diff -u -r1.756 -r1.757
--- mplayer.1 29 Sep 2004 01:46:30 -0000 1.756
+++ mplayer.1 29 Sep 2004 21:08:42 -0000 1.757
@@ -849,6 +849,10 @@
.TP
.B \-dvd-device <path\ to\ 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 <angle\ ID> (DVD only)
@@ -7016,6 +7020,14 @@
mplayer dvd://1 \-dvd-device /dev/\:dvd2
.
.TP
+.B Play DVD video from a directory with VOB files:
+mplayer dvd://1 \-dvd-device /path/\:to/\: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
.
More information about the MPlayer-DOCS
mailing list