# HG changeset patch # User diego # Date 1057861744 0 # Node ID 18e423f22d0b3fde13e55456a54f41d3f85191f6 # Parent 075d2fe89bb95376c65127f34336c2b7069bd309 codecs.conf files are a thing of the past. diff -r 075d2fe89bb9 -r 18e423f22d0b DOCS/en/faq.html --- 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 @@
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 -r 075d2fe89bb9 -r 18e423f22d0b DOCS/xml/en/faq.xml --- 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! -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 @@ and a green one 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 @@ 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 @@ 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.