diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html index b1296c6f09..693e4f5440 100644 --- a/DOCS/en/faq.html +++ b/DOCS/en/faq.html @@ -464,8 +464,9 @@
Q: I got this playing MPEG files: Can't find codec for video format 0x10000001!
-
A: You have an old version of codecs.conf at ~/.mplayer/, - /etc/, /usr/local/etc/ or similar. Remove it.
+
A: You have an old version of codecs.conf in + ~/.mplayer/, /etc/, /usr/local/etc/ + or similar. Remove it.
OR you have the vc= option or something similar in your config file(s).
 
@@ -482,7 +483,9 @@
Q: I have an AVI that produces a gray screen when played with -vc odivx and a green one with -vc divx4.
-
A: It's not a DivX file, but an M$ MPEG4v3. Update your codecs.conf.
+
A: It's not a DivX file, but an M$ MPEG4v3. If you have an old version + of codecs.conf in ~/.mplayer/, /etc/, + /usr/local/etc/ or similar, remove it.
 
Q: When I play this movie I get video-audio desync and/or MPlayer crashes @@ -504,9 +507,7 @@
Q: I have an MJPEG file which works with other players but displays only a black image in MPlayer.
-
A: Disable the Windows DLL in codecs.conf, or use the - -vc ffmjpeg option (compile MPlayer with libavcodec for this - to work).
+
A: Use another codec to play the file, try -vc ffmjpeg.
 
Q: When I try to grab from my tuner, it works, but colors are strange. @@ -526,7 +527,9 @@
Q: All the WMV (or other..) files I play create a green/gray window and there is only sound! MPlayer prints:
Detected video codec: [null] drv:0 (NULL codec (no decoding))
-
A: Update your codecs.conf.
+
A: If you have an old version of codecs.conf in + ~/.mplayer/, /etc/, /usr/local/etc/ + or similar, remove it.
 
Q: I get very strange percentage values (way too big) while playing files diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 74d9c43357..988e62f8a5 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -663,7 +663,7 @@ a proper bug report. I got this playing MPEG files: Can't find codec for video format 0x10000001! -You have an old version of codecs.conf at +You have an old version of codecs.conf in ~/.mplayer/, /etc/, /usr/local/etc/ or similar. Remove it. @@ -693,7 +693,11 @@ I have an AVI that produces a gray screen when played with . -It's not a DivX file, but an MS MPEG4v3. Update your codecs.conf. +It's not a DivX file, but an MS MPEG4v3. +If you have an old version of codecs.conf in +~/.mplayer/, +/etc/, +/usr/local/etc/ or similar, remove it. @@ -731,8 +735,7 @@ I have an MJPEG file which works with other players but displays only a black im MPlayer -Disable the Windows DLL in codecs.conf, or use the - option (compile MPlayer with libavcodec for this to work). +Use another codec to play the file, try . @@ -764,7 +767,10 @@ only sound! MPlayer prints: Detected video codec: [null] drv:0 (NULL codec (no decoding)) -Update your codecs.conf. +If you have an old version of codecs.conf in +~/.mplayer/, +/etc/, +/usr/local/etc/ or similar, remove it.