comparison DOCS/Polish/cd-dvd.html @ 6040:d5c692754cf2

refresh and charset settings
author nell
date Fri, 10 May 2002 11:17:41 +0000
parents ed33540a982b
children
comparison
equal deleted inserted replaced
6039:8e941ce0b636 6040:d5c692754cf2
1
1 <HTML> 2 <HTML>
3
4 <HEAD>
5 <STYLE>
6 .text
7 {font-family : Verdana, Arial, Helvetica, sans-serif;
8 font-size : 14px;}
9 </STYLE>
10 </HEAD>
11
2 <BODY BGCOLOR=white> 12 <BODY BGCOLOR=white>
3 13
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 14 <FONT CLASS="text">
5 15
6 <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P> 16 <P><B><A NAME=4.1>4.1. CD-ROM drives</A></B></P>
7 17
8 <P>Playing standard Video CDs:</P> 18 <P>Playing standard Video CDs:</P>
9 19
10 <P> 20 <P>
11 mplayer -vcd <I>trackno</I> [device]<BR><BR> 21 mplayer -vcd <I>trackno</I> [-cdrom-device device]<BR><BR>
12 Examples:<BR> 22 Examples:<BR>
13 mplayer -vcd 1<BR> 23 mplayer -vcd 1<BR>
14 mplayer -fs -vcd 2 /dev/hdc<BR> 24 mplayer -fs -vcd 2 -cdrom-device /dev/hdc<BR>
15 </P> 25 </P>
16 26
17 <P> 27 <P>
18 Notes:<BR> 28 Notes:<BR>
19 - Do NOT mount VCD disks and play DAT files directly! It may work under windows 29 - Do NOT mount VCD disks and play DAT files directly! It may work under windows
62 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for fine-tuning your 72 <P>Please refer to "<CODE>/proc/ide/[cdrom device]/settings</CODE>" for fine-tuning your
63 CDROM.</P> 73 CDROM.</P>
64 74
65 <P><B><A NAME=4.2>4.2. DVD playback</A></B></P> 75 <P><B><A NAME=4.2>4.2. DVD playback</A></B></P>
66 76
67 <P>Yes, the real DVD support has been arrived. You don't need to play VOB files 77 <P><B>MPlayer</B> uses <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE> for
68 manually from disk thinking of the purpose of a file in the video_ts 78 DVD decryption and playing. These two libraries are contained in the
69 directory, you don't need worry it it's an encrypted disk or not (in old 79 <CODE>libmpdvdkit/</CODE> subdirectory in the <B>MPlayer</B> tree, you
70 <B>MPlayer</B> you had to put '-dvdauth /dev/dvd' into the command line in case 80 don't have to install them separately. We opt for this solution because
71 of encrypted discs), and you don't need even mount your disk to be able to 81 we had to fix a libdvdread bug, and apply a patch which adds
72 play :)</P> 82 <B>cracked CSS keys caching support</B> for libdvdcss (results in large
73 83 speed increase before playing). These cracked keys are stored in
74 <P>IMPORTANT NOTE: please _DO_NOT_ require further features for DVD playback. 84 <CODE>$HOME/.mplayer/DVDKeys</CODE> directory.</P>
75 This is the first version of some real DVD support inside <B>MPlayer</B> and 85
76 we're busy with hunting bugs and implementing basic DVD player features.</P> 86 <P>Support for <CODE>dvdnav</CODE> is being added (not usable now).</P>
77 87
78 <P><B>MPlayer</B> uses libdvdread which has got built in support for IFO 88 <LI><P><B>Old-style DVD support - <I>OPTIONAL</I></B></P>
79 parsing, reading navi blocks and doing authentication/descrambling. libdvdread 89
80 uses libdvdcss to the latter tasks. So you will need libdvdcss and libdvdread 90 <P><I>Useful if you want to play encoded VOB's from hard disk. Compile and
81 downloaded, compiled and installed BEFORE you run ./configure script of 91 install <B>libcss</B> 0.0.1 (not newer) (if <B>MPlayer</B> can't detect
82 <B>MPlayer</B> which will autodetect libdvdread for you in this way.</P> 92 it, use the <CODE>-csslib /path/to/libcss.so</CODE> option).</P></LI>
83 93
84 <UL> 94 <LI><P><B>Compile MPlayer.</B></P>
85 <LI><P><B>Download source of libdvdread and libdvdcss.</B></P> 95
86 96 <P>Run <CODE>./configure</CODE>. If you didn't delete
87 <P><I>You can download them from 97 <CODE>libmpdvdkit</CODE> subdirectory from MPlayer tree, ./configure should
88 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A> 98 say the following:</P>
89 (click 'download' in the menu at the left, and you can find libdvdcss and 99
90 libdvdread in a table).</I></P> 100 <P><CODE>Checking for DVD support (libmpdvdkit) ... yes</CODE></P>
91 101
92 <P><B><I>IMPORTANT !</I></B><BR> 102 <P>(of course you can put your favourite configure options into the command
93 For 103 line when you run ./configure)</P>
94 <UL> 104
95 <LI>libdvdread 0.8 - you'll need <B>libcss</B> instead of libdvdcss</LI> 105 <P><B>MPlayer</B> can use <CODE>libdvdread</CODE> and <CODE>libdvdcss</CODE>
96 <LI>libdvdread 0.9 - you'll need <B>libdvdcss 0.0.3</B> ! Don't use newer 106 libraries installed system-wide, but this solution is NOT RECOMMENDED, as
97 versions, they won't work!</LI> 107 can result in bugs, library incompatibilities, and slower speed.</P>
98 <LI>For example <B><U>never</U></B> use libdvdcss <B>1.0</B>, it will be unusably slow!</LI> 108
99 </UL> 109 <P>Either way, say: <CODE>make</CODE>, then <CODE>make install</CODE>.</P>
100 </P>
101 </LI>
102
103 <LI><P><B>Compile and install libdvdcss THEN libdvdread.</B></P>
104
105 <P><I>Read documentation of these packages to do this step easily.</I></P></LI>
106
107 <LI><P><B>Recompile MPlayer.</B></P>
108
109 <P><I>Run <CODE>./configure</CODE>. If you install libdvdread correctly, ./configure
110 says something similar:<BR><CODE>Checking for DVDread support ... yes</CODE><BR>
111 (Of course you can put your favourite configure options into the command
112 line when you run ./configure). That's it! Say: <CODE>make</CODE>, then <CODE>make install</CODE>.</I></P></LI>
113 </UL>
114
115 <P>Of course after installing libdvdcss and libdvdread you don't need recompile
116 them at each time when you want to recompile <B>MPlayer</B> (from a new CVS version
117 for example) since the needed packages have already been installed on your
118 machine.</P>
119 110
120 <P><B>Using MPlayer to play DVDs:</B></P> 111 <P><B>Using MPlayer to play DVDs:</B></P>
121 112
122 113
123 <TABLE BORDER=0 WIDTH=100%> 114 <TABLE BORDER=0 WIDTH=100%>
124 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvd &lt;title_id&gt;&nbsp;</TD> 115 <TD VALIGN=top><FONT CLASS="text">-dvd &lt;title_id&gt;&nbsp;</TD>
125 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Enables DVD support and selects title.</TD><TR> 116 <TD><FONT CLASS="text">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> 117 <TD VALIGN=top><FONT CLASS="text">-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> 118 <TD><FONT CLASS="text">Selects DVD chapter(s) to play (default: play from chapter 1).
128 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-dvdangle &lt;angle_id&gt;&nbsp;</TD> 119 Example : <CODE>-chapter 5-10</CODE> or <CODE>-chapter -9</CODE></TD><TR>
129 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Selects camera angle (default: 1)</TD><TR> 120 <TD VALIGN=top><FONT CLASS="text">-dvdangle &lt;angle_id&gt;&nbsp;</TD>
130 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-alang &lt;country code&gt;&nbsp;</TD> 121 <TD><FONT CLASS="text">Selects camera angle (default: 1)</TD><TR>
131 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 122 <TD VALIGN=top><FONT CLASS="text">-alang &lt;country code&gt;&nbsp;</TD>
123 <TD><FONT CLASS="text">
132 The <CODE>country code</CODE> tells <B>MPlayer</B> which audio language(s) to prefer. 124 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 125 For the list of available languages, add <CODE>-v</CODE> option after
134 your DVD options, and browse the output.<BR> 126 your DVD options, and browse the output.<BR>
135 For example :<BR> 127 For example :<BR>
136 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - first tries to find hungarian 128 &nbsp;&nbsp;<CODE>-alang hu,en</CODE> - first tries to find hungarian
137 audio, and if not found, decode english audio.</TD></TR> 129 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> 130 <TD VALIGN=top><FONT CLASS="text">-slang &lt;country code&gt;&nbsp;</TD>
139 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 131 <TD><FONT CLASS="text">
140 Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B> 132 Turns on DVD subtitles. The <CODE>country code</CODE> tells <B>MPlayer</B>
141 which language(s) to prefer. 133 which language(s) to prefer.
142 For the list of available languages, add <CODE>-v</CODE> option after 134 For the list of available languages, add <CODE>-v</CODE> option after
143 your DVD options, and browse the output.<BR> 135 your DVD options, and browse the output.<BR>
144 For example :<BR> 136 For example :<BR>
145 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - first tries to display hungarian 137 &nbsp;&nbsp;<CODE>-slang hu,en</CODE> - first tries to display hungarian
146 subtitles, and if not found, display english subtitles.</TD></TR> 138 subtitles, and if not found, display english subtitles.</TD></TR>
147 <TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>-sid &lt;subtitle_id&gt;&nbsp;</TD> 139 <TD VALIGN=top><FONT CLASS="text">-sid &lt;subtitle_id&gt;&nbsp;</TD>
148 <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 140 <TD><FONT CLASS="text">
149 Displays a subtitle channel with the given <CODE>id</CODE> (values can be 141 Displays a subtitle channel with the given <CODE>id</CODE> (values can be
150 0-31). Useful for example with badly mastered DVDs where country code 142 0-31). Useful for example with badly mastered DVDs where country code
151 selects the wrong channel. 143 selects the wrong channel.</TD></TR>
144 <TD VALIGN=top><FONT CLASS="text">-csslib &lt;path/filename&gt;</TD>
145 <TD><FONT CLASS="text">
146 (old-style DVD option) This option is used to override the default location
147 of <CODE>libcss.so</CODE>
148 </TD></TR>
149 <TD VALIGN=top><FONT CLASS="text">-dvdauth &lt;DVD device&gt;&nbsp;</TD>
150 <TD><FONT CLASS="text">
151 (old-style DVD option) Turns on DVD authentication using the given device.
152 </TD></TR>
153 <TD VALIGN=top><FONT CLASS="text">-dvdkey &lt;CSS key&gt;</TD>
154 <TD><FONT CLASS="text">
155 (old-style DVD option) When decoding from non-DVD, this option gives the
156 CSS key needed to crack the DVD (the key is printed when authenticating
157 with DVD).
158 </TD></TR>
152 </TABLE> 159 </TABLE>
153 160
154 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h 161 <P>Default device is <CODE>/dev/dvd</CODE>, you can change it in config.h
155 (compile time option), or you can specify it as a filename for <B>MPlayer</B>: 162 (compile time option), or you can specify it using the -dvd-device option :
156 </P> 163 </P>
157 164
158 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 /dev/dvd</CODE></P> 165 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -dvd-device /dev/dvd</CODE></P>
159 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -sid 5 /dev/dvd</CODE></P> 166 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd</CODE></P>
160 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 2 -chapter 5 -dvdangle 2</CODE></P> 167 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd -chapter 20-25</CODE></P>
168 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 2 -alang sp -chapter 5 -dvdangle 2</CODE></P>
169 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob</CODE></P>
170 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P>
161 171
162 <P><B><A NAME=4.3>4.3. DVD playback FAQ</A></B></P> 172 <P><B><A NAME=4.3>4.3. DVD playback FAQ</A></B></P>
163 173
164 <TABLE BORDER=0 ALIGN=left WIDTH=100%> 174 <TABLE BORDER=0 ALIGN=left WIDTH=100%>
165 175
166 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 176 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
167 Playing a DVD, I encountered this error :<BR> 177 Playing a DVD, I encountered this error :<BR>
168 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / 178 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length /
169 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE> 179 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE>
170 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 180 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
171 This is a known libdvdread 0.9.1 bug, it should be already fixed in 0.9.2. 181 This is a known libdvdread 0.9.1 bug, it should be already fixed in 0.9.2 and
172 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 182 libmpdvdkit, use the later.
173 183 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
174 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 184
185 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
175 Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris? 186 Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris?
176 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 187 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
177 Who knows ... Please test it and send feedback. But it's said that it 188 Who knows ... Please test it and send feedback. But it's said that it
178 should work. Please refer documentation of libdvdread and its homepage 189 should work. Please refer documentation of libdvdread and its homepage
179 as well. We're not authors of libdvdread. 190 as well. We're not authors of libdvdread.
180 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 191 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
181 192
182 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 193 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
183 What about subtitles? Can MPlayer display them? 194 What about subtitles? Can MPlayer display them?
184 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 195 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
185 Yes! See above in the DVD chapter. 196 Yes! See above in the DVD chapter.
186 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 197 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
187 198
188 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 199 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
189 I've got no sound / bad sound (Spanish audio and other ugly things).
190 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
191 <B>MPlayer</B> currently does not use all of information of IFO blocks from DVD.
192 You can adjust the right DVD audio stream with: '-aid 128' command line
193 option, where 128 is the stream id of requested audio stream. You can
194 experience with numbers of 128,129,... and so on. Of course this problem
195 will be solved in the future.
196 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
197
198 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
199 There is some strange effect (interlace like thing) especially when fast
200 moving objects are shown in the movie.
201 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
202 Known problem, we try to fix it later (when we switch to libvo2).
203 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
204
205 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
206 How can I set the region code of my DVD-Drive ? I don't have windows! 200 How can I set the region code of my DVD-Drive ? I don't have windows!
207 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 201 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
208 Use the 'regionset' tool: 202 Use the 'regionset' tool:
209 <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> 203 <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>
210 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 204 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
211 205
212 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 206 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
213 So MPlayer can play DVDs? Then it must use DeCSS! You are under arrest
214 under the XYZ#$ paragraph of the--
215 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
216 Get back asshole, there is no DeCSS code in <B>MPlayer</B>. <B>MPlayer</B> uses libdvdread
217 by linking against it, and libdvdread uses libdvdcss by dynamic loading it.<BR>
218 <B>UPDATE</B> : DeCSS is free.
219 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
220
221 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
222 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play DVD? 207 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play DVD?
223 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 208 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
224 No, you don't. This is the past :) However of course you must have got 209 No, you don't. Only for old-style DVD support. However of course you must have
225 the proper rights to the DVD device driver entry (in /dev). 210 the proper rights to the DVD device driver entry (in /dev).
226 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 211 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
227 212
228 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 213 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
229 How can I ... (insert some expectable DVD player feature here)?
230 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
231 The current implementation is the first implementation of some real DVD
232 player functionality. First, we would like to target existing bugs and
233 basic features before implementing new features.
234 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
235
236 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
237 Where can I get libdvdread and libdvdcss packages from? 214 Where can I get libdvdread and libdvdcss packages from?
238 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> 215 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
239 From the site of Ogle: 216 From the site of Ogle:
240 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>. 217 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>.
241 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 218 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
219
220 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
221 Is it possible to play/encode only selected chapters ?
222 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
223 Yes, see the <CODE>-chapter</CODE> option.
224 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
225
226 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
227 My DVD playing is sluggish !
228 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
229 Use the <CODE>-cache</CODE> option (see the manpage!). If it still doesn't
230 work, try enabling DMA for the DVD drive.
231 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
232
242 </TABLE> 233 </TABLE>
243 234
244 </BODY> 235 </BODY>
245 </HTML> 236 </HTML>