1612
|
1 <HTML>
|
1704
|
2 <BODY BGCOLOR=white>
|
|
3
|
|
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1612
|
5
|
1682
|
6 <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P>
|
|
7
|
1867
|
8 <P>Playing standard Video CDs:</P>
|
|
9
|
|
10 <P>
|
|
11 mplayer -vcd <I>trackno</I> [device]<BR><BR>
|
|
12 Examples:<BR>
|
|
13 mplayer -vcd 1<BR>
|
|
14 mplayer -fs -vcd 2 /dev/hdc<BR>
|
|
15 </P>
|
|
16
|
|
17 <P>
|
|
18 Notes:<BR>
|
|
19 - Do NOT mount VCD disks and play DAT files directly! It may work under windows
|
|
20 but won't work under linux. You have to play them directly, with the -vcd
|
|
21 option!<BR>
|
|
22 - VCD disks usually have 2 tracks: a data track (containing autostart windows
|
|
23 playback program, karaoke data etc) and a mode-2 track (the movie), so try
|
|
24 -vcd 2 first!<BR>
|
|
25 - the default VCD device is /dev/cdrom. if your device differs, then you have
|
|
26 to make a symlink, or specify it in command line!
|
|
27 </P>
|
|
28
|
1682
|
29 <P>From Linux documentation:</P>
|
1612
|
30
|
1682
|
31 <P>Some CDROM drives are capable of changing their head-speed. There are several
|
|
32 reasons for changing the speed of a CDROM drive. Badly pressed CDROMs may
|
|
33 benefit from less-than-maximum head rate. Modern CDROM drives can obtain very
|
|
34 high head rates (up to 24-times is common). It has been reported that these
|
|
35 drives can make reading errors at these high speeds, reducing the speed can
|
|
36 prevent data loss in these circumstances. Finally, some of these drives can
|
|
37 make an annoyingly loud noise, which a lower speed may reduce.</P>
|
1612
|
38
|
1682
|
39 <P>The recommended way to do it is with a program called 'setcd' . It's kinda
|
|
40 old, but won't be too hard to find on the Net. (UPDATE : new hdparm
|
|
41 has an option for this !)
|
|
42 Use it with :</P>
|
|
43
|
|
44 <P> <CODE>setcd -x [speed] [cdrom device]</CODE></P>
|
1612
|
45
|
1682
|
46 <P>Also you can try:</P>
|
|
47
|
|
48 <P> <CODE>echo current_speed:4 >/proc/ide/[cdrom device]/settings</CODE></P>
|
|
49
|
|
50 <P>but you'll need root privileges. I use following command too:</P>
|
|
51
|
|
52 <P> <CODE>echo file_readahead:2000000 >/proc/ide/[cdrom device]/settings</CODE></P>
|
1612
|
53
|
1682
|
54 <P>for 2MB prefetched reading from the file (it's useful for scratched CDROMs).
|
|
55 It's recommended that you tuneup your CDROM drive also with hdparm:</P>
|
|
56
|
|
57 <P> <CODE>hdparm -d1 -a8 -u1 (cdrom device)</CODE></P>
|
1612
|
58
|
1682
|
59 <P>to enable using DMA access, readahead, and IRQ unmasking.
|
|
60 (if you don't understand these, *read the hdparm manpage*)</P>
|
1612
|
61
|
1682
|
62 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for fine-tuning your
|
|
63 CDROM.</P>
|
1612
|
64
|
1682
|
65 <P><B><A NAME=4.2>4.2. DVD playback</A></B></P>
|
|
66
|
|
67 <P>Yes, the real DVD support has been arrived. You don't need to play VOB files
|
|
68 manually from disk thinking of the purpose of a file in the video_ts
|
|
69 directory, you don't need worry it it's an encrypted disk or not (in old
|
|
70 <B>MPlayer</B> you had to put '-dvdauth /dev/dvd' into the command line in case
|
|
71 of encrypted discs), and you don't need even mount your disk to be able to
|
4057
|
72 play (but mounting it makes Linux cache the cracked CSS keys, so the playing
|
|
73 will initialize much faster second time).</P>
|
|
74
|
1682
|
75 <P>IMPORTANT NOTE: please _DO_NOT_ require further features for DVD playback.
|
|
76 This is the first version of some real DVD support inside <B>MPlayer</B> and
|
|
77 we're busy with hunting bugs and implementing basic DVD player features.</P>
|
1612
|
78
|
2001
|
79 <P><B>MPlayer</B> uses libdvdread which has got built in support for IFO
|
|
80 parsing, reading navi blocks and doing authentication/descrambling. libdvdread
|
|
81 uses libdvdcss to the latter tasks. So you will need libdvdcss and libdvdread
|
|
82 downloaded, compiled and installed BEFORE you run ./configure script of
|
|
83 <B>MPlayer</B> which will autodetect libdvdread for you in this way.</P>
|
1612
|
84
|
1682
|
85 <UL>
|
2001
|
86 <LI><P><B>Download source of libdvdread and libdvdcss.</B></P>
|
1682
|
87
|
|
88 <P><I>You can download them from
|
|
89 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>
|
2001
|
90 (click 'download' in the menu at the left, and you can find libdvdcss and
|
3350
|
91 libdvdread in a table).</I></P>
|
|
92
|
|
93 <P><B><I>IMPORTANT !</I></B><BR>
|
|
94 For
|
|
95 <UL>
|
|
96 <LI>libdvdread 0.8 - you'll need <B>libcss</B> instead of libdvdcss</LI>
|
|
97 <LI>libdvdread 0.9 - you'll need <B>libdvdcss 0.0.3</B> ! Don't use newer
|
|
98 versions, they won't work!</LI>
|
|
99 <LI>For example <B><U>never</U></B> use libdvdcss <B>1.0</B>, it will be unusably slow!</LI>
|
|
100 </UL>
|
|
101 </P>
|
|
102 </LI>
|
1682
|
103
|
2001
|
104 <LI><P><B>Compile and install libdvdcss THEN libdvdread.</B></P>
|
1682
|
105
|
|
106 <P><I>Read documentation of these packages to do this step easily.</I></P></LI>
|
4057
|
107
|
|
108 <LI><P><B>Old-style DVD support - <I>OPTIONAL</I></B></P>
|
|
109
|
|
110 <P><I>Useful if you want to play encoded VOB's from hard disk. Compile
|
|
111 <B>libcss</B> 0.0.1 (not newer) and install it to <CODE>/usr/local/lib</CODE>
|
|
112 (rpm/deb packages will put it to <CODE>/usr/lib</CODE>, but you can use the
|
|
113 <CODE>-csslib
|
|
114 /usr/lib/libcss.so</CODE> option)</P></LI>
|
|
115
|
1682
|
116 <LI><P><B>Recompile MPlayer.</B></P>
|
|
117
|
|
118 <P><I>Run <CODE>./configure</CODE>. If you install libdvdread correctly, ./configure
|
|
119 says something similar:<BR><CODE>Checking for DVDread support ... yes</CODE><BR>
|
|
120 (Of course you can put your favourite configure options into the command
|
|
121 line when you run ./configure). That's it! Say: <CODE>make</CODE>, then <CODE>make install</CODE>.</I></P></LI>
|
|
122 </UL>
|
1612
|
123
|
2001
|
124 <P>Of course after installing libdvdcss and libdvdread you don't need recompile
|
1682
|
125 them at each time when you want to recompile <B>MPlayer</B> (from a new CVS version
|
|
126 for example) since the needed packages have already been installed on your
|
|
127 machine.</P>
|
1612
|
128
|
1682
|
129 <P><B>Using MPlayer to play DVDs:</B></P>
|
1612
|
130
|
|
131
|
1682
|
132 <TABLE BORDER=0 WIDTH=100%>
|
1987
|
133 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvd <title_id> </TD>
|
|
134 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Enables DVD support and selects title.</TD><TR>
|
|
135 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-chapter <chapter_id> </TD>
|
|
136 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects DVD chapter (default: play from chapter 1)</TD><TR>
|
|
137 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdangle <angle_id> </TD>
|
|
138 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects camera angle (default: 1)</TD><TR>
|
3796
|
139 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-alang <country code> </TD>
|
|
140 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
141 The <CODE>country code</CODE> tells <B>MPlayer</B> which audio 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>
|
3799
|
145 <CODE>-alang hu,en</CODE> - first tries to find hungarian
|
3796
|
146 audio, and if not found, decode english audio.</TD></TR>
|
|
147 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-slang <country code> </TD>
|
|
148 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
149 Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B>
|
|
150 which language(s) to prefer.
|
|
151 For the list of available languages, add <CODE>-v</CODE> option after
|
|
152 your DVD options, and browse the output.<BR>
|
|
153 For example :<BR>
|
3799
|
154 <CODE>-slang hu,en</CODE> - first tries to display hungarian
|
3796
|
155 subtitles, and if not found, display english subtitles.</TD></TR>
|
3488
|
156 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-sid <subtitle_id> </TD>
|
3796
|
157 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
158 Displays a subtitle channel with the given <CODE>id</CODE> (values can be
|
|
159 0-31). Useful for example with badly mastered DVDs where country code
|
4057
|
160 selects the wrong channel.</TD></TR>
|
|
161 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-csslib <path/filename></TD>
|
|
162 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
163 (old-style DVD option) This option is used to override the default location
|
|
164 of <CODE>/usr/local/lib/libcss.so</CODE>
|
|
165 </TD></TR>
|
|
166 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdauth <DVD device> </TD>
|
|
167 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
168 (old-style DVD option) Turns on DVD authentication using the given device.
|
|
169 </TD></TR>
|
|
170 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdkey <CSS key></TD>
|
|
171 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
172 (old-style DVD option) When decoding from non-DVD, this option gives the
|
|
173 CSS key needed to crack the DVD (the key is printed when authenticating
|
|
174 with DVD).
|
|
175 </TD></TR>
|
1682
|
176 </TABLE>
|
1612
|
177
|
1682
|
178 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h
|
|
179 (compile time option), or you can specify it as a filename for <B>MPlayer</B>:
|
|
180 </P>
|
1612
|
181
|
1682
|
182 <P> <CODE>mplayer -dvd 1 /dev/dvd</CODE></P>
|
4057
|
183 <P> <CODE>mplayer -dvd 1 -slang en /dev/dvd</CODE></P>
|
|
184 <P> <CODE>mplayer -dvd 2 -alang sp -chapter 5 -dvdangle 2</CODE></P>
|
|
185 <P> <CODE>mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob</CODE></P>
|
|
186 <P> <CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P>
|
1612
|
187
|
1682
|
188 <P><B><A NAME=4.3>4.3. DVD playback FAQ</A></B></P>
|
1612
|
189
|
1682
|
190 <TABLE BORDER=0 ALIGN=left WIDTH=100%>
|
1612
|
191
|
1987
|
192 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
3350
|
193 Playing a DVD, I encountered this error :<BR>
|
|
194 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length /
|
|
195 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE>
|
|
196 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
|
197 This is a known libdvdread 0.9.1 bug, it should be already fixed in 0.9.2.
|
|
198 </TD><TR><TD COLSPAN=3> </TD><TR>
|
|
199
|
|
200 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
2001
|
201 Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris?
|
1987
|
202 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
203 Who knows ... Please test it and send feedback. But it's said that it
|
|
204 should work. Please refer documentation of libdvdread and its homepage
|
|
205 as well. We're not authors of libdvdread.
|
|
206 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
207
|
1987
|
208 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
3488
|
209 What about subtitles? Can MPlayer display them?
|
1987
|
210 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
3488
|
211 Yes! See above in the DVD chapter.
|
1682
|
212 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
213
|
1987
|
214 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
215 How can I set the region code of my DVD-Drive ? I don't have windows!
|
1987
|
216 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
217 Use the 'regionset' tool:
|
1731
|
218 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz</A>
|
1682
|
219 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
220
|
1987
|
221 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
222 So MPlayer can play DVDs? Then it must use DeCSS! You are under arrest
|
|
223 under the XYZ#$ paragraph of the--
|
1987
|
224 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
225 Get back asshole, there is no DeCSS code in <B>MPlayer</B>. <B>MPlayer</B> uses libdvdread
|
2754
|
226 by linking against it, and libdvdread uses libdvdcss by dynamic loading it.<BR>
|
1682
|
227 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
228
|
1987
|
229 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
230 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play DVD?
|
1987
|
231 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
4057
|
232 No, you don't. Only for old-style DVD support. However of course you must have
|
1682
|
233 the proper rights to the DVD device driver entry (in /dev).
|
|
234 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
235
|
1987
|
236 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
237 How can I ... (insert some expectable DVD player feature here)?
|
1987
|
238 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
239 The current implementation is the first implementation of some real DVD
|
|
240 player functionality. First, we would like to target existing bugs and
|
|
241 basic features before implementing new features.
|
|
242 </TD><TR><TD COLSPAN=3> </TD><TR>
|
1612
|
243
|
1987
|
244 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
2001
|
245 Where can I get libdvdread and libdvdcss packages from?
|
1987
|
246 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1682
|
247 From the site of Ogle:
|
|
248 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>.
|
|
249 </TD><TR><TD COLSPAN=3> </TD><TR>
|
|
250 </TABLE>
|
1612
|
251
|
|
252 </BODY>
|
|
253 </HTML>
|