changeset 10458:b46878301e1e

codecs.conf is obsoleted
author gabucino
date Wed, 23 Jul 2003 11:28:12 +0000
parents 866731645e1f
children 4b68fe57639f
files DOCS/en/documentation.html DOCS/en/faq.html DOCS/hu/documentation.html DOCS/hu/faq.html
diffstat 4 files changed, 16 insertions(+), 66 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/documentation.html	Tue Jul 22 23:52:01 2003 +0000
+++ b/DOCS/en/documentation.html	Wed Jul 23 11:28:12 2003 +0000
@@ -806,23 +806,21 @@
     make install
 </PRE>
 
-<P>At this point, MPlayer is ready to use. The directory
-  <CODE>$PREFIX/etc/mplayer</CODE> contains the <CODE>codecs.conf</CODE>
-  file, which is used to tell the program all the codecs and their
-  capabilities. This file is needed only when you want to change its
-  properties, as the main binary contains an internal copy of it.<BR>
-  Check if you have <CODE>codecs.conf</CODE> in your home directory
-  (<CODE>~/.mplayer/codecs.conf</CODE>) left from old MPlayer versions, and remove it.</P>
+<P>At this point, MPlayer is ready to use. The
+  <CODE>$PREFIX/etc/mplayer/codecs.conf</CODE> file is needed only when you
+  want to change its properties, as the main binary contains an internal copy
+  of it.<BR> Check if you have <CODE>codecs.conf</CODE> in your home directory
+  (<CODE>~/.mplayer/codecs.conf</CODE>) left from old MPlayer versions, and
+  remove it.</P>
 
 <P>Note that if you have a <CODE>codecs.conf</CODE> in <CODE>~/.mplayer/</CODE>,
   the builtin and system <CODE>codecs.conf</CODE> will be ignored completely.
   Do not do this unless you want to fiddle with MPlayer internals as this can
-  can cause many problems.  If you want to change the codecs search order, use
+  can cause many problems. If you want to change the codecs search order, use
   the <CODE>-vc</CODE>, <CODE>-ac</CODE>, <CODE>-vfm</CODE>, or <CODE>-afm</CODE>
   options either on the command line or in your config file (see the manual
   page).</P>
 
-
 <P><B>Debian users</B> can build a <CODE>.deb</CODE> package for themselves,
   it's very simple. Just exec <CODE>fakeroot debian/rules binary</CODE> in
   MPlayer's root directory. See
@@ -1785,27 +1783,23 @@
 </PRE>
 
 <P>Or you can use the default install delivered with IRIX 6.5 in which case you
-  will have to edit the Makefile by hand a little bit. Change the following two
-  lines:</P>
+  will have to edit the Makefile by hand a little bit. Change the following
+  line:</P>
 
 <PRE>
   $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-  $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
 </PRE>
 
 <P>to:</P>
 
 <PRE>
   $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-  $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
 </PRE>
 
 <P>And then do (from within the MPlayer source dir):</P>
 
 <PRE>
-  cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
+  cp DOCS/mplayer.1 .
 </PRE>
 
 <P>and then go on with building and installing.</P>
--- a/DOCS/en/faq.html	Tue Jul 22 23:52:01 2003 +0000
+++ b/DOCS/en/faq.html	Wed Jul 23 11:28:12 2003 +0000
@@ -462,15 +462,6 @@
     send us a proper bug report.</DD>
   <DD>&nbsp;</DD>
 
-  <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 <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>
-
   <DT>Q: When starting MPlayer under KDE I just get a black screen and nothing
     happens. After about one minute the video starts playing.</DT>
   <DD>A: The KDE arts sound daemon is blocking the sound device. Either wait
@@ -481,13 +472,6 @@
     another option is to start MPlayer with artsdsp.</DD>
   <DD>&nbsp;</DD>
 
-  <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. 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
     with the following message:<BR>
     <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT>
@@ -524,14 +508,6 @@
     plugin.</DD>
   <DD>&nbsp;</DD>
 
-  <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: 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
     on my notebook.</DT>
   <DD>A: It's an effect of the power management / power saving system of your
--- a/DOCS/hu/documentation.html	Tue Jul 22 23:52:01 2003 +0000
+++ b/DOCS/hu/documentation.html	Wed Jul 23 11:28:12 2003 +0000
@@ -793,12 +793,10 @@
 	make
 	make install</PRE>
 
-<P>Innentől használatra kész állapotban van az <B>MPlayer</B>. Az
-  <CODE>$PREFIX/etc/mplayer</CODE> könyvtár tartalmazza a
-  <CODE>codecs.conf</CODE> file-t, ami megmondja a programnak a használható
-  codec-eket és azok tulajdonságait. Ez a file csak akkor kell, ha meg akarod
-  változtatni a codec-ek egyes tulajdonságait, mivel az MPlayer beépítve
-  tárolja ennek a file-nak egy másolatát.</P>
+<P>Innentől használatra kész állapotban van az <B>MPlayer</B>. A
+  <CODE>$PREFIX/etc/mplayer/codecs.conf</CODE> file - mivel az MPlayer beépítve
+  tárolja ennek a file-nak egy másolatát - csak akkor kell, ha meg akarod
+  változtatni a codec-ek egyes tulajdonságait, </P>
 
 <P><B>Debian felhasználók</B> egyszerűen készíthetnek .deb csomagot maguknak,
   csak a <CODE>fakeroot debian/rules binary</CODE> parancsot kell beírniuk az
@@ -817,9 +815,7 @@
   ha TTF (TrueType) feliratot használsz. Részletekért olvasd el az
   <A HREF=#install_osd>OSD installálás</A> fejezetet.</P>
 
-<P>Már csak egy dolog maradt hátra: másold át a <B>codecs.conf</B> file-t
-  az <CODE>etc</CODE> könyvtárból (az <B>MPlayer</B> könyvtáron belül) a $HOME/.mplayer/codecs.conf-ba.
-  Ajánlatos továbbá az <CODE>example.conf</CODE> és a manpage átnézése, hogy
+<P>Ajánlatos továbbá az <CODE>example.conf</CODE> és a manpage átnézése, hogy
   képet kapj az opciókról.</P>
 
 
@@ -1673,22 +1669,18 @@
 
 <PRE>
   $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-  $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
 </PRE>
 
 <P>erre:</P>
 
 <PRE>
   $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-  $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
 </PRE>
 
 <P>Add ki a következő parancsokat (az MPlayer forrás könyvtárában):</P>
 
 <PRE>
-  cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
+  cp DOCS/mplayer.1 .
 </PRE>
 
 <P>ezután símán fordítsd le az MPlayer-t.</P>
--- a/DOCS/hu/faq.html	Tue Jul 22 23:52:01 2003 +0000
+++ b/DOCS/hu/faq.html	Wed Jul 23 11:28:12 2003 +0000
@@ -364,13 +364,6 @@
   <DD>A:  Használd azt, úgyis van szép GUI-ja, meg amúgy is jó kis C++ :)</DD>
   <DD>&nbsp;</DD>
 
-  <DT>Q: MPEG file-ok lejátszásánál ezt kapom: Can't find codec for video format
-0x10000001</DT>
-  <DD>A: Régi a codecs.conf-od az ~/.mplayer könyvtárban. Frissítsd a main/etc-ből!<BR>
-<B>VAGY</B>, a <CODE>vc=</CODE> opciót bennefelejtetted az egyik konfigurációs
-fileodban.</DD>
-  <DD>&nbsp;</DD>
-
   <DT>Q:  Miután elindítom a lejátszást KDE(1/2) alatt, csak sötét képet kapok, és
      egy perc múlva elindul a lejátszás.</DT>
   <DD>A:  A KDE arts sound daemon lefoglalja a hangkártyát, vagy kivárod ezt az időt,
@@ -380,11 +373,6 @@
      Vagy indítsd az mplayer-t artsdsp-vel.</DD>
   <DD>&nbsp;</DD>
 
-  <DT>Q:  Van egy AVI file-om ami -vc odivx-szel szürke képernyőt ad, -vc
-     divx4-gyel pedig zöldet.</DT>
-  <DD>A:  Az nem DivX file, hanem M$ MPEG4v3 . Frissítsd a codecs.conf-odat.</DD>
-  <DD>&nbsp;</DD>
-
   <DT>Q: Itt van ez a film, de amikor lejátszom, elmegy a kép-hang szinkron, és/vagy az MPlayer a következő üzenettel lép ki :<BR>
 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT>
   <DD>A: Ennek több oka is lehet.<BR>