Mercurial > mplayer.hg
changeset 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 | 1107d4af27e9 |
children | 136c061fab12 |
files | DOCS/cd-dvd.html DOCS/documentation.html DOCS/faq.html |
diffstat | 3 files changed, 79 insertions(+), 71 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/cd-dvd.html Fri May 31 22:02:55 2002 +0000 +++ b/DOCS/cd-dvd.html Fri May 31 22:08:49 2002 +0000 @@ -169,68 +169,5 @@ <P> <CODE>mplayer -dvdauth /dev/dvd /mnt/cd/video_ts/vts_03_1.vob</CODE></P> <P> <CODE>mplayer -dvdkey C005D4A16D vts_03_1.vob</CODE></P> -<P><B><A NAME=4.3>4.3. DVD playback FAQ</A></B></P> - -<TABLE BORDER=0 ALIGN=left WIDTH=100%> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -Playing a DVD, I encountered this error :<BR> -<CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / -sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE> -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -This is a known libdvdread 0.9.1 bug, it should be already fixed in 0.9.2 and -libmpdvdkit, use the later. -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -Can I compile libdvdread and libdvdcss for example on my sweet Sparc/Solaris? -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -Who knows ... Please test it and send feedback. But it's said that it -should work. Please refer documentation of libdvdread and its homepage -as well. We're not authors of libdvdread. -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -What about subtitles? Can MPlayer display them? -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -Yes! See above in the DVD chapter. -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -How can I set the region code of my DVD-Drive ? I don't have windows! -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -Use the 'regionset' tool: -<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> -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play DVD? -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -No, you don't. Only for old-style DVD support. However of course you must have -the proper rights to the DVD device driver entry (in /dev). -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -Where can I get libdvdread and libdvdcss packages from? -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -From the site of Ogle: -<A HREF="http://www.dtek.chalmers.se/groups/dvd">http://www.dtek.chalmers.se/groups/dvd</A>. -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -Is it possible to play/encode only selected chapters ? -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -Yes, see the <CODE>-chapter</CODE> option. -</TD><TR><TD COLSPAN=3> </TD><TR> - -<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> -My DVD playing is sluggish ! -</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><FONT CLASS="text"> -Use the <CODE>-cache</CODE> option (see the manpage!). If it still doesn't -work, try enabling DMA for the DVD drive. -</TD><TR><TD COLSPAN=3> </TD><TR> - -</TABLE> - </BODY> </HTML>
--- a/DOCS/documentation.html Fri May 31 22:02:55 2002 +0000 +++ b/DOCS/documentation.html Fri May 31 22:08:49 2002 +0000 @@ -225,7 +225,6 @@ <UL> <LI><A HREF="cd-dvd.html#4.1">4.1 CD drives</A></LI> <LI><A HREF="cd-dvd.html#4.2">4.2 DVD playback</A></LI> - <LI><A HREF="cd-dvd.html#4.3">4.3 DVD playback FAQ</A></LI> </UL> <LI><A HREF="faq.html">5. FAQ section</A></LI> <UL> @@ -233,8 +232,9 @@ <LI><A HREF="faq.html#5.2">5.2 General questions</A></LI> <LI><A HREF="faq.html#5.3">5.3 File playing problems</A></LI> <LI><A HREF="faq.html#5.4">5.4 Video/audio driver problems</A></LI> - <LI><A HREF="faq.html#5.5">5.5 Feature requests</A></LI> - <LI><A HREF="faq.html#5.6">5.6 Encoding</A></LI> + <LI><A HREF="faq.html#5.5">5.5 DVD playback</A></LI> + <LI><A HREF="faq.html#5.6">5.6 Feature requests</A></LI> + <LI><A HREF="faq.html#5.7">5.7 Encoding</A></LI> </UL> <LI><A HREF="#6">6. Misc OS'es</A></LI> <UL>
--- a/DOCS/faq.html Fri May 31 22:02:55 2002 +0000 +++ b/DOCS/faq.html Fri May 31 22:08:49 2002 +0000 @@ -14,6 +14,16 @@ <P><B><A NAME=5>5. FAQ section</A></B></P> +<UL> + <LI><A HREF="#5.1">5.1 Compilation</A></LI> + <LI><A HREF="#5.2">5.2 General questions</A></LI> + <LI><A HREF="#5.3">5.3 File playing problems</A></LI> + <LI><A HREF="#5.4">5.4 Video/audio driver problems (vo/ao)</A></LI> + <LI><A HREF="#5.5">5.5 DVD playback</A></LI> + <LI><A HREF="#5.6">5.6 Feature requests</A></LI> + <LI><A HREF="#5.7">5.7 Encoding</A></LI> +</UL> + <TABLE BORDER=0 WIDTH=100% ALIGN=left> <TR><TD COLSPAN=3><P><B><A NAME=5.1><FONT CLASS="text">5.1 Compilation</A></B></P> @@ -223,7 +233,7 @@ </TD><TR><TD COLSPAN=3> </TD><TR> -<TD COLSPAN=3><B><A NAME=5.2><FONT CLASS="text">5.2. General questions</A></B> +<TD COLSPAN=3><B><A NAME="5.2"><FONT CLASS="text">5.2 General questions</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> @@ -389,7 +399,7 @@ </TD><TR><TD COLSPAN=3> </TD><TR> <TD COLSPAN=3> -<B><A NAME=5.3><FONT CLASS="text">5.3. File playing problems</A></B> +<B><A NAME="5.3"><FONT CLASS="text">5.3 File playing problems</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> @@ -559,7 +569,7 @@ </TD><TR><TD COLSPAN=3> </TD><TR> <TD COLSPAN=3> -<B><A NAME=5.4><FONT CLASS="text">5.4. Video/audio driver problems (vo/ao)</A></B> +<B><A NAME="5.4"><FONT CLASS="text">5.4 Video/audio driver problems (vo/ao)</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> @@ -641,8 +651,69 @@ it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv<CODE> and <CODE>-noxv</CODE> </TD><TR><TD COLSPAN=3> </TD><TR> +<TD COLSPAN="3"> +<B><A NAME="5.5"><FONT CLASS="text">5.5 DVD playback</A></B> +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">While playing a DVD, I encountered this error:<BR> +<CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / +sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE> +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">This is a known libdvdread 0.9.1/0.9.2 bug. +Use libmpdvdkit. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">Who knows ... It's said to work, so please test it and send feedback. Refer to +the documentation of libdvdread and its homepage as well. We're not the authors +of libdvdread. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">What about subtitles? Can MPlayer display them? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">Yes! See the <A HREF="cd-dvd.html">DVD chapter</A> of the documentation. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">How can I set the region code of my DVD-drive? I don't have Windows! +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">Use the +<A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">No, only for old-style DVD support. However you must have +the proper rights on the DVD device entry (in <CODE>/dev/</CODE>). +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">Where can I get libdvdread and libdvdcss packages? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">From the +<A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">Is it possible to play/encode only selected chapters? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">Yes, try the <CODE>-chapter</CODE> option. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH="100%"><B> +<FONT CLASS="text">My DVD playback is sluggish! +</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD> +<FONT CLASS="text">Use the <CODE>-cache</CODE> option (described in the manpage!) and +try enabling DMA for the DVD drive. +</TD><TR><TD COLSPAN=3> </TD><TR> + <TD COLSPAN=3> -<B><A NAME=5.5><FONT CLASS="text">5.5. Feature requests</A></B> +<B><A NAME="5.6"><FONT CLASS="text">5.6 Feature requests</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> @@ -877,7 +948,7 @@ </TD><TR><TD COLSPAN=3> </TD><TR> <TD COLSPAN=3> -<B><A NAME=5.6><FONT CLASS="text">5.6. Encoding</A></B> +<B><A NAME="5.7"><FONT CLASS="text">5.7 Encoding</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">