From 87e78ce242a5c4a0d4828441090fa43149db2497 Mon Sep 17 00:00:00 2001 From: gabucino Date: Wed, 23 Jul 2003 11:28:12 +0000 Subject: codecs.conf is obsoleted git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10459 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/en/documentation.html | 26 ++++++++++---------------- DOCS/en/faq.html | 24 ------------------------ DOCS/hu/documentation.html | 20 ++++++-------------- DOCS/hu/faq.html | 12 ------------ 4 files changed, 16 insertions(+), 66 deletions(-) (limited to 'DOCS') 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 -

At this point, MPlayer is ready to use. The directory - $PREFIX/etc/mplayer contains the codecs.conf - 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.
- Check if you have codecs.conf in your home directory - (~/.mplayer/codecs.conf) left from old MPlayer versions, and remove it.

+

At this point, MPlayer is ready to use. The + $PREFIX/etc/mplayer/codecs.conf file is needed only when you + want to change its properties, as the main binary contains an internal copy + of it.
Check if you have codecs.conf in your home directory + (~/.mplayer/codecs.conf) left from old MPlayer versions, and + remove it.

Note that if you have a codecs.conf in ~/.mplayer/, the builtin and system codecs.conf 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 -vc, -ac, -vfm, or -afm options either on the command line or in your config file (see the manual page).

-

Debian users can build a .deb package for themselves, it's very simple. Just exec fakeroot debian/rules binary in MPlayer's root directory. See @@ -1785,27 +1783,23 @@ end

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:

+ will have to edit the Makefile by hand a little bit. Change the following + line:

   $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-  $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
 

to:

   $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-  $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
 

And then do (from within the MPlayer source dir):

-  cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
+  cp DOCS/mplayer.1 .
 

and then go on with building and installing.

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.
 
-
Q: I got this playing MPEG files: Can't find codec for video format - 0x10000001!
-
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).
-
 
-
Q: When starting MPlayer under KDE I just get a black screen and nothing happens. After about one minute the video starts playing.
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.
 
-
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. 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 with the following message:
DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!
@@ -524,14 +508,6 @@ plugin.
 
-
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: 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 on my notebook.
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 -

Innentől használatra kész állapotban van az MPlayer. Az - $PREFIX/etc/mplayer könyvtár tartalmazza a - codecs.conf 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.

+

Innentől használatra kész állapotban van az MPlayer. A + $PREFIX/etc/mplayer/codecs.conf 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,

Debian felhasználók egyszerűen készíthetnek .deb csomagot maguknak, csak a fakeroot debian/rules binary parancsot kell beírniuk az @@ -817,9 +815,7 @@ ha TTF (TrueType) feliratot használsz. Részletekért olvasd el az OSD installálás fejezetet.

-

Már csak egy dolog maradt hátra: másold át a codecs.conf file-t - az etc könyvtárból (az MPlayer könyvtáron belül) a $HOME/.mplayer/codecs.conf-ba. - Ajánlatos továbbá az example.conf és a manpage átnézése, hogy +

Ajánlatos továbbá az example.conf és a manpage átnézése, hogy képet kapj az opciókról.

@@ -1673,22 +1669,18 @@ end
   $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-  $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
 

erre:

   $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-  $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
 

Add ki a következő parancsokat (az MPlayer forrás könyvtárában):

-  cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
+  cp DOCS/mplayer.1 .
 

ezután símán fordítsd le az MPlayer-t.

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
A: Használd azt, úgyis van szép GUI-ja, meg amúgy is jó kis C++ :)
 
-
Q: MPEG file-ok lejátszásánál ezt kapom: Can't find codec for video format -0x10000001
-
A: Régi a codecs.conf-od az ~/.mplayer könyvtárban. Frissítsd a main/etc-ből!
-VAGY, a vc= opciót bennefelejtetted az egyik konfigurációs -fileodban.
-
 
-
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.
A: A KDE arts sound daemon lefoglalja a hangkártyát, vagy kivárod ezt az időt, @@ -380,11 +373,6 @@ fileodban.
Vagy indítsd az mplayer-t artsdsp-vel.
 
-
Q: Van egy AVI file-om ami -vc odivx-szel szürke képernyőt ad, -vc - divx4-gyel pedig zöldet.
-
A: Az nem DivX file, hanem M$ MPEG4v3 . Frissítsd a codecs.conf-odat.
-
 
-
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 :
DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!
A: Ennek több oka is lehet.
-- cgit v1.2.3