comparison DOCS/cd-dvd.html @ 7043:ba9c212ed577

begun removing "Available options" and "Examples" sections, which was discussed earlier on the list. Objections? Better solutions?
author gabucino
date Sun, 18 Aug 2002 20:51:55 +0000
parents e7748ba18900
children 4f87cd0f642f
comparison
equal deleted inserted replaced
7042:c3e81327a656 7043:ba9c212ed577
76 76
77 <P>Useful if you want to play encoded VOBs from hard disk. Compile and 77 <P>Useful if you want to play encoded VOBs from hard disk. Compile and
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>For the complete list of available options, please read the manpage.</P>
82
83 <TABLE BORDER=0 WIDTH="100%">
84 <TR><TD VALIGN=top><CODE>-dvd &lt;title_id&gt;&nbsp;</CODE></TD>
85 <TD>Enables DVD support and selects title.</TD></TR>
86 <TR><TD VALIGN=top><CODE>-chapter &lt;chapter_id&gt;&nbsp;</CODE></TD>
87 <TD>Selects DVD chapter(s) to play (default: 1).
88 Example: <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD></TR>
89 <TR><TD VALIGN=top><CODE>-dvdangle &lt;angle_id&gt;&nbsp;</CODE></TD>
90 <TD>Selects camera angle (default: 1)</TD></TR>
91 <TR><TD VALIGN=top><CODE>-alang &lt;country code&gt;&nbsp;</CODE></TD>
92 <TD>The <CODE>country code</CODE> tells <B>MPlayer</B> which audio
93 language(s) to prefer. For a list of available languages, add the
94 <CODE>-v</CODE> option after your DVD options and browse the output.<BR>
95 For example:<BR>
96 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - Tries to find Hungarian audio,
97 falling back to English audio.</TD></TR>
98 <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
100 <B>MPlayer</B> which language(s) to prefer.
101 For the list of available languages, add the <CODE>-v</CODE> option after
102 your DVD options and browse the output.<BR>
103 For example:<BR>
104 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - Tries to display Hungarian
105 subtitles, falling back to English subtitles.</TD></TR>
106 <TR><TD VALIGN=top><CODE>-sid &lt;subtitle_id&gt;&nbsp;</CODE></TD>
107 <TD>Displays a subtitle channel with the given <CODE>id</CODE> (values can
108 be 0-31). Useful with badly mastered DVDs where the country code
109 selects the wrong channel.</TD></TR>
110 <TR><TD VALIGN=top><CODE>-csslib &lt;path/filename&gt;</CODE></TD>
111 <TD>(old-style DVD option) This option is used to override the default
112 location of <CODE>libcss.so</CODE>.
113 </TD></TR>
114 <TR><TD VALIGN=top><CODE>-dvdauth &lt;DVD device&gt;&nbsp;</CODE></TD>
115 <TD>(old-style DVD option) Turns on DVD authentication using the given
116 device.</TD></TR>
117 <TR><TD VALIGN=top><CODE>-dvdkey &lt;CSS key&gt;</CODE></TD>
118 <TD>(old-style DVD option) When decoding a VOB file copied undecrypted from
119 DVD, this option gives the CSS key needed to decrypt the VOB (the key is
120 printed when authenticating with the DVD drive using -dvdauth).</TD></TR>
121 </TABLE>
122
123 <P>The default device is <CODE>/dev/dvd</CODE>, you can change it in
124 <CODE>config.h</CODE> (compile time option), or you can specify it using the
125 <CODE>-dvd-device</CODE> option:</P>
126
127 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -dvd-device /dev/dvd</CODE></P>
128 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd</CODE></P>
129 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd -chapter 20-25</CODE></P>
130 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 2 -alang sp -chapter 5 -dvdangle 2</CODE></P>
131 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob</CODE></P>
132 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P>
133 82
134 83
135 <P><B><A NAME="vcd">4.3 VCD playback</A></B></P> 84 <P><B><A NAME="vcd">4.3 VCD playback</A></B></P>
136 85
137 <P>Playing standard Video CDs:</P> 86 <P>Playing standard Video CDs:</P>