mplayer-dev-eng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

[PATCH] faq.html and cd-dvd.html (was: Re: [MPlayer-dev-eng] [DOCS] cd-d


To: mplayer-dev-eng@xxxxxxxxxxxx
Subject: [PATCH] faq.html and cd-dvd.html (was: Re: [MPlayer-dev-eng] [DOCS] cd-dvd.html vs faq.html)
From: Diego Biurrun <diego@xxxxxxxxxx>
Date: Fri, 24 May 2002 03:02:48 +0200
In-reply-to: <200205222050.g4MKoUph003056@mail.mplayerhq.hu>
References: <15594.58093.715699.470601@gargle.gargle.HOWL><200205222050.g4MKoUph003056@mail.mplayerhq.hu>

Arpi writes:
 > 
 > > I just started reworking cd-dvd.html.  This file has a FAQ section
 > > outside of faq.html.  This is inconsistent in my eyes, since faq.html
 > > does have e.g. a video section that is not part of video.html.  Having
 > > the FAQs scattered across several files also makes it harder to check
 > > if they are still up to date once in a while.  I would therefore like
 > > to create a dvd section in faq.html and put the dvd-faqs there.
 > > 
 > > OK with you?
 > 
 > yes

Here it comes.  First a small update to the TOC in documentation.html,
then the new and reworded section in the FAQ and finally the leaner
cd-dvd.html.
Regards

Diego


--- documentation.html  Fri May 24 01:24:53 2002
+++ documentation-diego.html    Fri May 24 02:50:27 2002
@@ -233,8 +233,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>
--- faq.html    Fri May 24 01:24:53 2002
+++ faq-diego.html      Fri May 24 02:53:46 2002
@@ -223,7 +223,7 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</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>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT 
CLASS="text">
@@ -389,7 +389,7 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</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>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT 
CLASS="text">
@@ -559,7 +559,7 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</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>&nbsp;</TD><TR>
 
 
@@ -641,8 +641,69 @@
 it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv<CODE> and 
<CODE>-noxv</CODE>
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
+<TD COLSPAN="3">
+<B><A NAME="5.5"><FONT CLASS="text">5.5 DVD playback</A></B>
+</TD><TR><TD COLSPAN=3>&nbsp;</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 bug. It should be fixed in 
0.9.2 and
+libmpdvdkit, use the latter.
+</TD><TR><TD COLSPAN=3>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT 
CLASS="text">
@@ -877,7 +938,7 @@
 </TD><TR><TD COLSPAN=3>&nbsp;</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>&nbsp;</TD><TR>
 
 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT 
CLASS="text">
--- cd-dvd.html Sat Apr 27 11:52:03 2002
+++ cd-dvd-cut.html     Fri May 24 02:58:42 2002
@@ -169,68 +169,5 @@
 <P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>mplayer -dvdauth /dev/dvd 
/mnt/cd/video_ts/vts_03_1.vob</CODE></P>
 <P>&nbsp;&nbsp;&nbsp;&nbsp;<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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</TD><TR>
-
-</TABLE>
-
 </BODY>
 </HTML>

[Prev in Thread] Current Thread [Next in Thread]