Mercurial > mplayer.hg
changeset 14995:0ac4446da7eb
Fix the codecs.conf entry.
author | gpoirier |
---|---|
date | Wed, 23 Mar 2005 21:39:15 +0000 |
parents | f5a8c71d94cf |
children | 576b810a034d |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 20 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Wed Mar 23 10:07:00 2005 +0000 +++ b/DOCS/xml/en/faq.xml Wed Mar 23 21:39:15 2005 +0000 @@ -587,6 +587,26 @@ <qandaentry> <question><para> +I cannot pinpoint the cause of some strange playback problem. +</para></question> +<answer><para> +Do you have a stray <filename>codecs.conf</filename> file in +<filename>~/.mplayer/</filename>, <filename>/etc/</filename>, +<filename>/usr/local/etc/</filename> or a similar location? Remove it, +outdated <filename>codecs.conf</filename> files can cause obscure problems +and is intended for use only by developers. +For instance, the FourCC for Vobis has been changed recently. +If you have an old <filename>codecs.conf</filename> lying around somewhere +then it doesn't contain this new FourCC. +Therefore no playback. +Unless you intend to get involved in developing <application>MPlayer</application>, +it cannot do you any good and should be deleted. +<application>MPlayer</application> will use its built-in one instead. +</para></answer> +</qandaentry> + +<qandaentry> +<question><para> How can I select audio/subtitle tracks from a DVD, OGM, Matroska or NUT file? </para></question> <answer><para> @@ -669,19 +689,6 @@ <qandaentry> <question><para> -I cannot pinpoint the cause of some strange playback problem. -</para></question> -<answer><para> -Do you have a stray <filename>codecs.conf</filename> file in -<filename>~/.mplayer/</filename>, <filename>/etc/</filename>, -<filename>/usr/local/etc/</filename> or a similar location? Remove it, -outdated <filename>codecs.conf</filename> files can cause obscure -problems. <application>MPlayer</application> will use its built-in one instead. -</para></answer> -</qandaentry> - -<qandaentry> -<question><para> Why doesn't <application>MPlayer</application> work on Fedora Core? </para></question> <answer><para> @@ -837,25 +844,6 @@ </qandaentry> <qandaentry> -<question><para>I got this playing a file containing an Ogg/Vorbis file: -Cannot find codec for audio format 0x73627276. Older MPlayer version are OK. -</para></question> -<answer><para> -Similar to the problem above, you have an old version of -<filename>codecs.conf</filename> in -<filename class="directory">~/.mplayer/</filename>, -<filename class="directory">/etc/</filename>, -<filename class="directory">/etc/mplayer</filename>, -<filename class="directory">/usr/local/etc/</filename> or similar. Remove it, -it's not needed anymore. -Newer Mplayer versions can't work with an old codecs.conf file because the -FourCC for Vobis has been changed recently. If you have an old codecs.conf -lying around somewhere then it doesn't contain this new FourCC. -Therefore no playback. -</para></answer> -</qandaentry> - -<qandaentry> <question><para> When starting <application>MPlayer</application> under KDE I just get a black screen and nothing happens. After about one minute the video starts playing.