diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-23 11:28:12 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-23 11:28:12 +0000 |
commit | 87e78ce242a5c4a0d4828441090fa43149db2497 (patch) | |
tree | 5d24060646993c0cefbd9e027802d6090c7700df | |
parent | 3772d0208be5cf97d0bb730e37ed0afa1fac9a84 (diff) |
codecs.conf is obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10459 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/en/documentation.html | 26 | ||||
-rw-r--r-- | DOCS/en/faq.html | 24 | ||||
-rw-r--r-- | DOCS/hu/documentation.html | 20 | ||||
-rw-r--r-- | DOCS/hu/faq.html | 12 |
4 files changed, 16 insertions, 66 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html index 264bb4b69d..2374c95742 100644 --- a/DOCS/en/documentation.html +++ b/DOCS/en/documentation.html @@ -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 @@ end </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> diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html index 7824b4f7b5..567c554898 100644 --- a/DOCS/en/faq.html +++ b/DOCS/en/faq.html @@ -462,15 +462,6 @@ send us a proper bug report.</DD> <DD> </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> </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> </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> </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> </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> </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 diff --git a/DOCS/hu/documentation.html b/DOCS/hu/documentation.html index 69ceeef9b6..229600cb70 100644 --- a/DOCS/hu/documentation.html +++ b/DOCS/hu/documentation.html @@ -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 @@ end <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> diff --git a/DOCS/hu/faq.html b/DOCS/hu/faq.html index bcf4dd9c50..3d50d7d07b 100644 --- a/DOCS/hu/faq.html +++ b/DOCS/hu/faq.html @@ -364,13 +364,6 @@ az SDL DGA-ja is működik, használd azt, az MÉG gyorsabb!</DD> <DD>A: Használd azt, úgyis van szép GUI-ja, meg amúgy is jó kis C++ :)</DD> <DD> </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> </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 @@ fileodban.</DD> Vagy indítsd az mplayer-t artsdsp-vel.</DD> <DD> </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> </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> |