comparison DOCS/cd-dvd.html @ 6979:e7748ba18900

Cosmetics: Properly indented table and fixed <TR> structure.
author diego
date Sun, 11 Aug 2002 20:38:34 +0000
parents 87deea511b1f
children ba9c212ed577
comparison
equal deleted inserted replaced
6978:085a5bb2b5cf 6979:e7748ba18900
78 install <B>libcss</B> 0.0.1 (not newer) for this (If <B>MPlayer</B> fails to 78 install <B>libcss</B> 0.0.1 (not newer) for this (If <B>MPlayer</B> fails to
79 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P> 79 detect it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P>
80 80
81 <P><B>Using MPlayer to play DVDs:</B></P> 81 <P><B>Using MPlayer to play DVDs:</B></P>
82 82
83
84 <TABLE BORDER=0 WIDTH="100%"> 83 <TABLE BORDER=0 WIDTH="100%">
85 <TR><TD VALIGN=top><CODE>-dvd &lt;title_id&gt;&nbsp;</CODE></TD> 84 <TR><TD VALIGN=top><CODE>-dvd &lt;title_id&gt;&nbsp;</CODE></TD>
86 <TD>Enables DVD support and selects title.</TD><TR> 85 <TD>Enables DVD support and selects title.</TD></TR>
87 <TD VALIGN=top><CODE>-chapter &lt;chapter_id&gt;&nbsp;</CODE></TD> 86 <TR><TD VALIGN=top><CODE>-chapter &lt;chapter_id&gt;&nbsp;</CODE></TD>
88 <TD>Selects DVD chapter(s) to play (default: 1). 87 <TD>Selects DVD chapter(s) to play (default: 1).
89 Example: <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD></TR> 88 Example: <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD></TR>
90 <TR><TD VALIGN=top><CODE>-dvdangle &lt;angle_id&gt;&nbsp;</CODE></TD> 89 <TR><TD VALIGN=top><CODE>-dvdangle &lt;angle_id&gt;&nbsp;</CODE></TD>
91 <TD>Selects camera angle (default: 1)</TD><TR> 90 <TD>Selects camera angle (default: 1)</TD></TR>
92 <TD VALIGN=top><CODE>-alang &lt;country code&gt;&nbsp;</CODE></TD> 91 <TR><TD VALIGN=top><CODE>-alang &lt;country code&gt;&nbsp;</CODE></TD>
93 <TD> 92 <TD>The <CODE>country code</CODE> tells <B>MPlayer</B> which audio
94 The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer. 93 language(s) to prefer. For a list of available languages, add the
95 For a list of available languages, add the <CODE>-v</CODE> option after 94 <CODE>-v</CODE> option after your DVD options and browse the output.<BR>
96 your DVD options and browse the output.<BR> 95 For example:<BR>
97 For example:<BR> 96 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - Tries to find Hungarian audio,
98 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - Tries to find Hungarian audio, 97 falling back to English audio.</TD></TR>
99 falling back to English audio.</TD></TR> 98 <TR><TD VALIGN=top><CODE>-slang &lt;country code&gt;&nbsp;</CODE></TD>
100 <TR><TD VALIGN=top><CODE>-slang &lt;country code&gt;&nbsp;</CODE></TD> 99 <TD>Turns on DVD subtitles. The <CODE>country code</CODE> tells
101 <TD> 100 <B>MPlayer</B> which language(s) to prefer.
102 Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B> 101 For the list of available languages, add the <CODE>-v</CODE> option after
103 which language(s) to prefer. 102 your DVD options and browse the output.<BR>
104 For the list of available languages, add the <CODE>-v</CODE> option after 103 For example:<BR>
105 your DVD options and browse the output.<BR> 104 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - Tries to display Hungarian
106 For example:<BR> 105 subtitles, falling back to English subtitles.</TD></TR>
107 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - Tries to display Hungarian subtitles, 106 <TR><TD VALIGN=top><CODE>-sid &lt;subtitle_id&gt;&nbsp;</CODE></TD>
108 falling back to English subtitles.</TD></TR> 107 <TD>Displays a subtitle channel with the given <CODE>id</CODE> (values can
109 <TR><TD VALIGN=top><CODE>-sid &lt;subtitle_id&gt;&nbsp;</CODE></TD> 108 be 0-31). Useful with badly mastered DVDs where the country code
110 <TD> 109 selects the wrong channel.</TD></TR>
111 Displays a subtitle channel with the given <CODE>id</CODE> (values can be 110 <TR><TD VALIGN=top><CODE>-csslib &lt;path/filename&gt;</CODE></TD>
112 0-31). Useful with badly mastered DVDs where the country code 111 <TD>(old-style DVD option) This option is used to override the default
113 selects the wrong channel.</TD></TR> 112 location of <CODE>libcss.so</CODE>.
114 <TR><TD VALIGN=top><CODE>-csslib &lt;path/filename&gt;</CODE></TD> 113 </TD></TR>
115 <TD> 114 <TR><TD VALIGN=top><CODE>-dvdauth &lt;DVD device&gt;&nbsp;</CODE></TD>
116 (old-style DVD option) This option is used to override the default location 115 <TD>(old-style DVD option) Turns on DVD authentication using the given
117 of <CODE>libcss.so</CODE>. 116 device.</TD></TR>
118 </TD></TR> 117 <TR><TD VALIGN=top><CODE>-dvdkey &lt;CSS key&gt;</CODE></TD>
119 <TR><TD VALIGN=top><CODE>-dvdauth &lt;DVD device&gt;&nbsp;</CODE></TD> 118 <TD>(old-style DVD option) When decoding a VOB file copied undecrypted from
120 <TD> 119 DVD, this option gives the CSS key needed to decrypt the VOB (the key is
121 (old-style DVD option) Turns on DVD authentication using the given device. 120 printed when authenticating with the DVD drive using -dvdauth).</TD></TR>
122 </TD></TR>
123 <TR><TD VALIGN=top><CODE>-dvdkey &lt;CSS key&gt;</CODE></TD>
124 <TD>
125 (old-style DVD option) When decoding a VOB file copied undecrypted from DVD,
126 this option gives the CSS key needed to decrypt the VOB (the key is printed
127 when authenticating with the DVD drive using -dvdauth).
128 </TD></TR>
129 </TABLE> 121 </TABLE>
130 122
131 <P>The default device is <CODE>/dev/dvd</CODE>, you can change it in 123 <P>The default device is <CODE>/dev/dvd</CODE>, you can change it in
132 <CODE>config.h</CODE> (compile time option), or you can specify it using the 124 <CODE>config.h</CODE> (compile time option), or you can specify it using the
133 <CODE>-dvd-device</CODE> option:</P> 125 <CODE>-dvd-device</CODE> option:</P>