diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-25 19:29:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-25 19:29:33 +0000 |
commit | 4303f20f81550dc1d487bd61f0f7b418581a318e (patch) | |
tree | bbacdbc210b8f0290155ae7273786df4659e743b /DOCS/en/documentation.html | |
parent | 5ae30bf4e5d2e9b8e5d2385b07006a55d1f50b0b (diff) |
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10187 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en/documentation.html')
-rw-r--r-- | DOCS/en/documentation.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index 0bad5d96b2..fe120008fc 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -1329,21 +1329,17 @@ are just a few tips: <TABLE BORDER=0> <TR><TD> </TD><TD>file</TD><TD> </TD><TD><CODE>mplayer [options] [path/]filename</CODE></TD></TR> <TR><TD></TD><TD>files</TD><TD></TD><TD><CODE>mplayer [default options] [path/]filename1 [options for filename1] filename2 [options for filename2] ...</CODE></TD></TR> - <TR><TD></TD><TD>VCD</TD><TD></TD><TD><CODE>mplayer [options] -vcd trackno [-cdrom-device /dev/cdrom]</CODE></TD></TR> - <TR><TD></TD><TD>DVD</TD><TD></TD><TD><CODE>mplayer [options] -dvd titleno [-dvd-device /dev/dvd]</CODE></TD></TR> + <TR><TD></TD><TD>VCD</TD><TD></TD><TD><CODE>mplayer [options] vcd:// trackno [-cdrom-device /dev/cdrom]</CODE></TD></TR> + <TR><TD></TD><TD>DVD</TD><TD></TD><TD><CODE>mplayer [options] dvd:// titleno [-dvd-device /dev/dvd]</CODE></TD></TR> <TR><TD></TD><TD>WWW</TD><TD></TD><TD><CODE>mplayer [options] http://site.com/file.asf (playlists can be used, too)</CODE></TD></TR> <TR><TD></TD><TD>RTSP</TD><TD></TD><TD><CODE>mplayer [options] rtsp://server.example.com/streamName</CODE></TD></TR> </TABLE> -<P> - Latest versions of MPlayer also accept VCD and DVD tracks in URL style, just like - xine does: <CODE>mplayer dvd://1</CODE> or <CODE>mplayer vcd://1</CODE></P> - <PRE> mplayer -vo x11 /mnt/Films/Contact/contact2.mpg - mplayer -vcd 2 + mplayer vcd://2 -cdrom-device /dev/hdc mplayer -afm 3 /mnt/DVDtrailers/alien4.vob - mplayer -dvd 1 -dvd-device /dev/hdc + mplayer dvd://1 -dvd-device /dev/hdc mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi </PRE> @@ -1850,7 +1846,7 @@ end <P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM device is:</P> -<P><CODE>mplayer -dvd <title> -dvd-device '\\.\d:'</CODE></P> +<P><CODE>mplayer dvd://<title> -dvd-device '\\.\d:'</CODE></P> <P>QuickTime DLLs have also been reported to work. Compile with <CODE>--enable-qtx-codecs</CODE> and put the codecs into the |