diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-12 09:31:33 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-12 09:31:33 +0000 |
commit | 30097784c0b5b3772fba718a0925eeea7caaf9f8 (patch) | |
tree | fac0eee99069df5a49220953a1b2ac5d8446f9ac /DOCS/cd-dvd.html | |
parent | c002881d4247791bce57ca1e9d79d5e7e727ef6f (diff) | |
download | mpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.bz2 mpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.xz |
FONT tags obsoleted by CSS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6394 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/cd-dvd.html')
-rw-r--r-- | DOCS/cd-dvd.html | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html index 437fea0493..b12d4696ad 100644 --- a/DOCS/cd-dvd.html +++ b/DOCS/cd-dvd.html @@ -7,7 +7,6 @@ <BODY BGCOLOR=white> -<FONT CLASS="text"> <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P> @@ -108,47 +107,41 @@ CDROM.</P> <TABLE BORDER=0 WIDTH=100%> -<TD VALIGN=top><FONT CLASS="text">-dvd <title_id> </TD> -<TD><FONT CLASS="text">Enables DVD support and selects title.</TD><TR> -<TD VALIGN=top><FONT CLASS="text">-chapter <chapter_id> </TD> -<TD><FONT CLASS="text">Selects DVD chapter(s) to play (default: play from chapter 1). +<TD VALIGN=top>-dvd <title_id> </TD> +<TD>Enables DVD support and selects title.</TD><TR> +<TD VALIGN=top>-chapter <chapter_id> </TD> +<TD>Selects DVD chapter(s) to play (default: play from chapter 1). Example : <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD><TR> -<TD VALIGN=top><FONT CLASS="text">-dvdangle <angle_id> </TD> -<TD><FONT CLASS="text">Selects camera angle (default: 1)</TD><TR> -<TD VALIGN=top><FONT CLASS="text">-alang <country code> </TD> -<TD><FONT CLASS="text"> - The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer. +<TD VALIGN=top>-dvdangle <angle_id> </TD> +<TD>Selects camera angle (default: 1)</TD><TR> +<TD VALIGN=top>-alang <country code> </TD> +<TD> The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer. For the list of available languages, add <CODE>-v</CODE> option after your DVD options, and browse the output.<BR> For example :<BR> <CODE>-alang hu,en</CODE> - first tries to find hungarian audio, and if not found, decode english audio.</TD></TR> -<TD VALIGN=top><FONT CLASS="text">-slang <country code> </TD> -<TD><FONT CLASS="text"> - Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B> +<TD VALIGN=top>-slang <country code> </TD> +<TD> Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B> which language(s) to prefer. For the list of available languages, add <CODE>-v</CODE> option after your DVD options, and browse the output.<BR> For example :<BR> <CODE>-slang hu,en</CODE> - first tries to display hungarian subtitles, and if not found, display english subtitles.</TD></TR> -<TD VALIGN=top><FONT CLASS="text">-sid <subtitle_id> </TD> -<TD><FONT CLASS="text"> - Displays a subtitle channel with the given <CODE>id</CODE> (values can be +<TD VALIGN=top>-sid <subtitle_id> </TD> +<TD> Displays a subtitle channel with the given <CODE>id</CODE> (values can be 0-31). Useful for example with badly mastered DVDs where country code selects the wrong channel.</TD></TR> -<TD VALIGN=top><FONT CLASS="text">-csslib <path/filename></TD> -<TD><FONT CLASS="text"> - (old-style DVD option) This option is used to override the default location +<TD VALIGN=top>-csslib <path/filename></TD> +<TD> (old-style DVD option) This option is used to override the default location of <CODE>libcss.so</CODE> </TD></TR> -<TD VALIGN=top><FONT CLASS="text">-dvdauth <DVD device> </TD> -<TD><FONT CLASS="text"> - (old-style DVD option) Turns on DVD authentication using the given device. +<TD VALIGN=top>-dvdauth <DVD device> </TD> +<TD> (old-style DVD option) Turns on DVD authentication using the given device. </TD></TR> -<TD VALIGN=top><FONT CLASS="text">-dvdkey <CSS key></TD> -<TD><FONT CLASS="text"> - (old-style DVD option) When decoding from non-DVD, this option gives the +<TD VALIGN=top>-dvdkey <CSS key></TD> +<TD> (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). </TD></TR> |