comparison DOCS/cd-dvd.html @ 6252:54283d7bc90a

DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
author arpi
date Fri, 31 May 2002 22:08:49 +0000
parents a24e39bf2776
children 4e5c236ade69
comparison
equal deleted inserted replaced
6251:1107d4af27e9 6252:54283d7bc90a
167 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvd 1 -slang en -dvd-device /dev/dvd -chapter 20-25</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> 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> 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> 170 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P>
171 171
172 <P><B><A NAME=4.3>4.3. DVD playback FAQ</A></B></P>
173
174 <TABLE BORDER=0 ALIGN=left WIDTH=100%>
175
176 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
177 Playing a DVD, I encountered this error :<BR>
178 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length /
179 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE>
180 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
181 This is a known libdvdread 0.9.1 bug, it should be already fixed in 0.9.2 and
182 libmpdvdkit, use the later.
183 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
184
185 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
186 Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris?
187 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
188 Who knows ... Please test it and send feedback. But it's said that it
189 should work. Please refer documentation of libdvdread and its homepage
190 as well. We're not authors of libdvdread.
191 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
192
193 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
194 What about subtitles? Can MPlayer display them?
195 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
196 Yes! See above in the DVD chapter.
197 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
198
199 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
200 How can I set the region code of my DVD-Drive ? I don't have windows!
201 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
202 Use the 'regionset' tool:
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>
204 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
205
206 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
207 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play DVD?
208 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
209 No, you don't. Only for old-style DVD support. However of course you must have
210 the proper rights to the DVD device driver entry (in /dev).
211 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
212
213 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
214 Where can I get libdvdread and libdvdcss packages from?
215 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text">
216 From the site of Ogle:
217 <A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>.
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
233 </TABLE>
234
235 </BODY> 172 </BODY>
236 </HTML> 173 </HTML>