From 81fa2e536852f641d1dfc096385cd2bc72140b98 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 13 Jun 2002 00:15:32 +0000 Subject: [PATCH] Background color now set by CSS, added doctype and charset, misc HTML fixes and repair the table structure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6406 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/cd-dvd.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html index b12d4696ad..046c334f4c 100644 --- a/DOCS/cd-dvd.html +++ b/DOCS/cd-dvd.html @@ -1,11 +1,12 @@ - + + - +

4.1. CD-ROM drives

@@ -62,7 +63,7 @@ It's recommended that you tuneup your CDROM drive also with hdparm:

    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.

@@ -80,13 +81,13 @@ 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).

  • + it, use the -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 @@ CDROM.

    Using MPlayer to play DVDs:

    - +
    @@ -120,7 +121,7 @@ CDROM.

    your DVD options, and browse the output.
    For example :
      -alang hu,en - first tries to find hungarian - audio, and if not found, decode english audio. + audio, and if not found, decode english audio. + subtitles, and if not found, display english subtitles. + selects the wrong channel. + + +
    -dvd <title_id>  Enables DVD support and selects title.
    -chapter <chapter_id> 
    -slang <country code>  Turns on DVD subtitles. The country code tells MPlayer which language(s) to prefer. @@ -128,23 +129,23 @@ CDROM.

    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