changeset 10407:18e423f22d0b

codecs.conf files are a thing of the past.
author diego
date Thu, 10 Jul 2003 18:29:04 +0000
parents 075d2fe89bb9
children b5ea43d880b4
files DOCS/en/faq.html DOCS/xml/en/faq.xml
diffstat 2 files changed, 21 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/faq.html	Thu Jul 10 08:53:08 2003 +0000
+++ b/DOCS/en/faq.html	Thu Jul 10 18:29:04 2003 +0000
@@ -464,8 +464,9 @@
 
   <DT>Q: I got this playing MPEG files: Can't find codec for video format
     0x10000001!</DT>
-  <DD>A: You have an old version of codecs.conf at <CODE>~/.mplayer/</CODE>,
-    <CODE>/etc/</CODE>, <CODE>/usr/local/etc/</CODE> or similar. Remove it.<BR>
+  <DD>A: You have an old version of <CODE>codecs.conf</CODE> in
+    <CODE>~/.mplayer/</CODE>, <CODE>/etc/</CODE>, <CODE>/usr/local/etc/</CODE>
+    or similar. Remove it.<BR>
     <B>OR</B> you have the <CODE>vc=</CODE> option or something similar in your
     config file(s).</DD>
   <DD>&nbsp;</DD>
@@ -482,7 +483,9 @@
 
   <DT>Q: I have an AVI that produces a gray screen when played with
     <CODE>-vc odivx</CODE> and a green one with <CODE>-vc divx4</CODE>.</DT>
-  <DD>A: It's not a DivX file, but an M$ MPEG4v3. Update your codecs.conf.</DD>
+  <DD>A: It's not a DivX file, but an M$ MPEG4v3. If you have an old version
+    of <CODE>codecs.conf</CODE> in <CODE>~/.mplayer/</CODE>, <CODE>/etc/</CODE>,
+    <CODE>/usr/local/etc/</CODE> or similar, remove it.</DD>
   <DD>&nbsp;</DD>
 
   <DT>Q: When I play this movie I get video-audio desync and/or MPlayer crashes
@@ -504,9 +507,7 @@
 
   <DT>Q: I have an MJPEG file which works with other players but displays only a
     black image in MPlayer.</DT>
-  <DD>A: Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use the
-    <CODE>-vc ffmjpeg</CODE> option (compile MPlayer with libavcodec for this
-    to work).</DD>
+  <DD>A: Use another codec to play the file, try <CODE>-vc ffmjpeg</CODE>.</DD>
   <DD>&nbsp;</DD>
 
   <DT>Q: When I try to grab from my tuner, it works, but colors are strange.
@@ -526,7 +527,9 @@
   <DT>Q: All the WMV (or other..) files I play create a green/gray window and
     there is only sound! MPlayer prints:<BR>
     <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE></DT>
-  <DD>A: Update your <CODE>codecs.conf</CODE>.</DD>
+  <DD>A: If you have an old version of <CODE>codecs.conf</CODE> in
+    <CODE>~/.mplayer/</CODE>, <CODE>/etc/</CODE>, <CODE>/usr/local/etc/</CODE>
+    or similar, remove it.</DD>
   <DD>&nbsp;</DD>
 
   <DT>Q: I get very strange percentage values (way too big) while playing files
--- a/DOCS/xml/en/faq.xml	Thu Jul 10 08:53:08 2003 +0000
+++ b/DOCS/xml/en/faq.xml	Thu Jul 10 18:29:04 2003 +0000
@@ -663,7 +663,7 @@
 I got this playing MPEG files: Can't find codec for video format 0x10000001!
 </para></question>
 <answer><para>
-You have an old version of <filename>codecs.conf</filename> at
+You have an old version of <filename>codecs.conf</filename> in
 <filename class="directory">~/.mplayer/</filename>,
 <filename class="directory">/etc/</filename>,
 <filename class="directory">/usr/local/etc/</filename> or similar. Remove it.
@@ -693,7 +693,11 @@
 and a green one with <option>-vc divx4</option>.
 </para></question>
 <answer><para>
-It's not a DivX file, but an MS MPEG4v3. Update your <filename>codecs.conf</filename>.
+It's not a DivX file, but an MS MPEG4v3.
+If you have an old version of <filename>codecs.conf</filename> in
+<filename class="directory">~/.mplayer/</filename>,
+<filename class="directory">/etc/</filename>,
+<filename class="directory">/usr/local/etc/</filename> or similar, remove it.
 </para></answer>
 </qandaentry>
 
@@ -731,8 +735,7 @@
 <application>MPlayer</application>
 </para></question>
 <answer><para>
-Disable the Windows DLL in <filename>codecs.conf</filename>, or use the
-<option>-vc ffmjpeg</option> option (compile MPlayer with libavcodec for this to work).
+Use another codec to play the file, try <option>-vc ffmjpeg</option>.
 </para></answer>
 </qandaentry>
 
@@ -764,7 +767,10 @@
 <screen>Detected video codec: [null] drv:0 (NULL codec (no decoding))</screen>
 </para></question>
 <answer><para>
-Update your <filename>codecs.conf</filename>.
+If you have an old version of <filename>codecs.conf</filename> in
+<filename class="directory">~/.mplayer/</filename>,
+<filename class="directory">/etc/</filename>,
+<filename class="directory">/usr/local/etc/</filename> or similar, remove it.
 </para></answer>
 </qandaentry>