# HG changeset patch # User diego # Date 1161548735 0 # Node ID 260bfd4ed5b9f43c2f3509d5f4796f0bf2946693 # Parent f364dda9c398cfa25706309db38b2a0041ee54fd misc fixes diff -r f364dda9c398 -r 260bfd4ed5b9 DOCS/xml/en/cd-dvd.xml --- a/DOCS/xml/en/cd-dvd.xml Sun Oct 22 19:59:02 2006 +0000 +++ b/DOCS/xml/en/cd-dvd.xml Sun Oct 22 20:25:35 2006 +0000 @@ -97,13 +97,13 @@ DVD playback For the complete list of available options, please read the man page. -The Syntax for a standard Digital Versatile Disc (DVD) is as follows: +The syntax to play a standard DVD is as follows: mplayer dvd://<track> [-dvd-device <device>] Example: -mplayer dvd://1 -dvd-device /dev/hdc +mplayer dvd://1 -dvd-device /dev/hdc @@ -119,7 +119,7 @@ MPlayer uses libdvdread and -libdvdcss for DVD decryption and playback. These two +libdvdcss for DVD playback and decryption. These two libraries are contained in the libmpdvdkit2 subdirectory of the MPlayer source tree, you do not have to install them separately. You can also use system-wide versions of the two @@ -177,12 +177,11 @@ -DVD authentication +DVD decryption -The authentication and decryption method of the new-style DVD support is done -using a patched libdvdcss (see above). The method can -be specified through the environment variable DVDCSS_METHOD, -which can be set to key, disk or title. +DVD decryption is done by libdvdcss. The method +can be specified through the DVDCSS_METHOD environment +variable, which can be set to key, disk or title. @@ -203,7 +202,7 @@ cached key: MPlayer looks for already cracked title keys which are stored in the -~/.mplayer/DVDKeys directory (fast ;). +~/.dvdcss directory (fast).