summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 21:08:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 21:08:42 +0000
commit2f0ea7d47e8cd9dd2a415e0e4d40b7e6043c42a7 (patch)
treed90eee6de94d7adb9f12c48216465e472755f3fd /DOCS
parent8d5605f4832256f576abe5e0f96df4b90764266d (diff)
downloadmpv-2f0ea7d47e8cd9dd2a415e0e4d40b7e6043c42a7.tar.bz2
mpv-2f0ea7d47e8cd9dd2a415e0e4d40b7e6043c42a7.tar.xz
-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> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13511 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.112
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index cea58b3758..25457bb485 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -849,6 +849,10 @@ or ~/.mplayer/\:channels.conf as a last resort.
.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 \-dvdangle 2
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
.