diff options
Diffstat (limited to 'DOCS/xml/en/cd-dvd.xml')
-rw-r--r-- | DOCS/xml/en/cd-dvd.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml index d06a5a7ced..d98b216bcb 100644 --- a/DOCS/xml/en/cd-dvd.xml +++ b/DOCS/xml/en/cd-dvd.xml @@ -74,12 +74,12 @@ Tell us!) There is a tool that works for <para> For the complete list of available options, please read the man page. The Syntax for a standard Digital Versatile Disc (DVD) is as follows: -<screen>mplayer -dvd <replaceable><track></replaceable> [-dvd-device <replaceable><device></replaceable>]</screen> +<screen>mplayer dvd://<replaceable><track></replaceable> [-dvd-device <replaceable><device></replaceable>]</screen> </para> <para> Example: -<screen>mplayer -dvd 1 -dvd-device /dev/hdc</screen> +<screen>mplayer dvd://1 -dvd-device /dev/hdc</screen> </para> <para> @@ -282,9 +282,9 @@ to set the region code of your DVD drive (under Linux). <para> For the complete list of available options, please read the man page. The Syntax for a standard Video CD (VCD) is as follows: -<screen>mplayer -vcd <replaceable><track></replaceable> -cdrom-device <replaceable><device></replaceable></screen> +<screen>mplayer vcd://<replaceable><track></replaceable> -cdrom-device <replaceable><device></replaceable></screen> Example: -<screen>mplayer -vcd 2 -cdrom-device /dev/hdc</screen> +<screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen> The default VCD device is <filename>/dev/cdrom</filename>. If your setup differs, make a symlink or specify the correct device on the command line with the <option>-cdrom-device</option> option. @@ -321,7 +321,7 @@ The second and other tracks are raw 2324 bytes/sector MPEG (movie) tracks, containing one MPEG PS data packet per sector instead of a filesystem. Similar to audio CD tracks, these tracks <emphasis role="bold">cannot be mounted</emphasis> (Did you ever mount an audio CD to play it?). -As most movies are inside this track, you should try <option>-vcd 2</option> first. +As most movies are inside this track, you should try <option>vcd://2</option> first. </para></listitem> <listitem><para> @@ -343,8 +343,8 @@ be found in the Linux version of PowerDVD. It has a modified iso9660 filesystem (<filename>vcdfs/isofs-2.4.X.o</filename>) driver, which is able to emulate the raw tracks through this shadow .DAT file. If you mount the disc using their driver, you can copy and even play .DAT files with <application>MPlayer</application>. But it will not -work with the standard iso9660 driver of the Linux kernel! Use the -<option>-vcd</option> option instead. Alternatives for VCD copying are the +work with the standard iso9660 driver of the Linux kernel! Use +<option>vcd://</option> instead. Alternatives for VCD copying are the new <ulink url="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</ulink> kernel driver (not part of the official kernel) that shows CD sessions as image files and <ulink url="http://cdrdao.sourceforge.net/">cdrdao</ulink>, a bit-by-bit |