[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.139,1.140
Winner of tha face compo
gabucino at mplayer.dev.hu
Sun Feb 10 11:04:05 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv29945
Modified Files:
mplayer.1
Log Message:
added -dvd-device and -cdrom-device
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- mplayer.1 5 Feb 2002 00:25:54 -0000 1.139
+++ mplayer.1 10 Feb 2002 10:04:01 -0000 1.140
@@ -13,6 +13,7 @@
.RB [ \-vo\ <driver>[:<device>] ]
.RB [ \-ao\ <driver>[:<device>] ]
.RB [ \-vcd\ <track\ number> ]
+.RB [ \-cdrom-device\ <path\ to\ device> ]
.RB [ \-sb\ <byte\ position> ]
.RB [ \-nosound ]
.RB [ \-abs\ <bytes> ]
@@ -78,6 +79,7 @@
.RB [ \-monitor_dotclock\ <dotclock\ (or\ pixelclock)\ range> ]
.RB [ \-benchmark ]
.RB [ \-dvd\ <title\ id> ]
+.RB [ \-dvd-device\ <path\ to\ device> ]
.RB [ \-chapter\ <chapter\ id> ]
.RB [ \-dvdangle\ <angle\ id> ]
.RB [ \-alang\ <country\ code> ]
@@ -151,6 +153,9 @@
tell MPlayer which movies (marked with titleid) to play. For example
sometimes '1' are trailers, and '2' is the real movie.
.TP
+.B \-dvd-device\ <path\ to\ device>
+override default DVD device name /dev/dvd
+.TP
.B \-chapter\ <chapter\ id>
specify which chapter to start playing at. Optionally specify which chapter to
end playing at. Examples can be found below.
@@ -203,6 +208,9 @@
.B \-vcd\ <track>
play video cd track from device instead of plain file
.TP
+.B \-cdrom-device\ <path\ to\ device>
+override default CDROM drive name /dev/cdrom
+.TP
.B \-nosound
don't play sound
.TP
@@ -769,7 +777,7 @@
mplayer -dvd 1 -dvdangle 2
.TP
.B Playing from a different DVD device
-mplayer -dvd 1 /dev/dvd2
+mplayer -dvd 1 -dvd-device /dev/dvd2
.TP
.B Stream from HTTP
mplayer http://mplayer.hq/example.avi
More information about the MPlayer-cvslog
mailing list