# HG changeset patch # User diego # Date 1023927332 0 # Node ID d0f408a8b1508226cf014ea7540f887a7e0761cf # Parent 83b3315c679b3aaa0ab05d29036f0d988819e697 Background color now set by CSS, added doctype and charset, misc HTML fixes and repair the table structure. diff -r 83b3315c679b -r d0f408a8b150 DOCS/cd-dvd.html --- a/DOCS/cd-dvd.html Thu Jun 13 00:14:28 2002 +0000 +++ b/DOCS/cd-dvd.html Thu Jun 13 00:15:32 2002 +0000 @@ -1,11 +1,12 @@ - +
+ - + @@ -62,7 +63,7 @@ hdparm -d1 -a8 -u1 (cdrom device)
to enable using DMA access, readahead, and IRQ unmasking. -(if you don't understand these, *read the hdparm manpage*)
+(if you don't understand these, *read the hdparm man page*)Please refer to "/proc/ide/[cdrom device]/settings
" for fine-tuning your
CDROM.
Support for dvdnav
is being added (not usable now).
Old-style DVD support - OPTIONAL
+Old-style DVD support - OPTIONAL
-Useful if you want to play encoded VOB's from hard disk. Compile and +
Useful if you want to play encoded VOB's from hard disk. Compile and
install libcss 0.0.1 (not newer) (if MPlayer can't detect
- it, use the -csslib /path/to/libcss.so
option).
-csslib /path/to/libcss.so
option).
-Compile MPlayer.
+Compile MPlayer.
Run ./configure
. If you didn't delete
libmpdvdkit
subdirectory from MPlayer tree, ./configure should
@@ -106,7 +107,7 @@
Using MPlayer to play DVDs:
--dvd <title_id> | Enables DVD support and selects title. |
-chapter <chapter_id> | @@ -120,7 +121,7 @@ your DVD options, and browse the output.|
-slang <country code> | Turns on DVD subtitles. The country code tells MPlayer
which language(s) to prefer.
@@ -128,23 +129,23 @@
your DVD options, and browse the output.For example : -slang hu,en - first tries to display hungarian
- subtitles, and if not found, display english subtitles. |
-sid <subtitle_id> | Displays a subtitle channel with the given id (values can be
0-31). Useful for example with badly mastered DVDs where country code
- selects the wrong channel. |
-csslib <path/filename> | (old-style DVD option) This option is used to override the default location
of libcss.so
- |
-dvdauth <DVD device> | (old-style DVD option) Turns on DVD authentication using the given device. - |
-dvdkey <CSS key> | (old-style DVD option) When decoding from non-DVD, this option gives the CSS key needed to crack the DVD (the key is printed when authenticating with DVD). - |
Default device is /dev/dvd
, you can change it in config.h