comparison DOCS/cd-dvd.html @ 3796:590a8b8ac78e

documentation of -alang -slang added
author gabucino
date Thu, 27 Dec 2001 18:35:26 +0000
parents 8f274a2ccf0a
children f41bbaebcea3
comparison
equal deleted inserted replaced
3795:15745f11e717 3796:590a8b8ac78e
125 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Enables DVD support and selects title.</TD><TR> 125 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Enables DVD support and selects title.</TD><TR>
126 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-chapter &lt;chapter_id&gt;&nbsp;</TD> 126 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-chapter &lt;chapter_id&gt;&nbsp;</TD>
127 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects DVD chapter (default: play from chapter 1)</TD><TR> 127 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects DVD chapter (default: play from chapter 1)</TD><TR>
128 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdangle &lt;angle_id&gt;&nbsp;</TD> 128 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdangle &lt;angle_id&gt;&nbsp;</TD>
129 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects camera angle (default: 1)</TD><TR> 129 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects camera angle (default: 1)</TD><TR>
130 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-alang &lt;country code&gt;&nbsp;</TD>
131 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
132 The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer.
133 For the list of available languages, add <CODE>-v</CODE> option after
134 your DVD options, and browse the output.<BR>
135 For example :<BR>
136 &nbsp;&nbsp;<CODE>-alang hu,us</CODE> - first tries to find hungarian
137 audio, and if not found, decode english audio.</TD></TR>
138 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-slang &lt;country code&gt;&nbsp;</TD>
139 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
140 Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B>
141 which language(s) to prefer.
142 For the list of available languages, add <CODE>-v</CODE> option after
143 your DVD options, and browse the output.<BR>
144 For example :<BR>
145 &nbsp;&nbsp;<CODE>-slang hu,us</CODE> - first tries to display hungarian
146 subtitles, and if not found, display english subtitles.</TD></TR>
130 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-sid &lt;subtitle_id&gt;&nbsp;</TD> 147 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-sid &lt;subtitle_id&gt;&nbsp;</TD>
131 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Turns DVD subtitle displaying (of the given subtitle_id or language) on (default: no)<BR> 148 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
132 For the list of available languages, add <CODE>-v</CODE> option after 149 Displays a subtitle channel with the given <CODE>id</CODE> (values can be
133 your DVD options, and browse the output.</TD><TR> 150 0-31). Useful for example with badly mastered DVDs where country code
151 selects the wrong channel.
134 </TABLE> 152 </TABLE>
135 153
136 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h 154 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h
137 (compile time option), or you can specify it as a filename for <B>MPlayer</B>: 155 (compile time option), or you can specify it as a filename for <B>MPlayer</B>:
138 </P> 156 </P>