View previous topic :: View next topic |
Author |
Message |
g3nt00_m4n Tux's lil' helper
Joined: 09 Jan 2005 Posts: 132
|
Posted: Thu Sep 29, 2005 11:06 am Post subject: mplayer e codec afm=faad [risolto] |
|
|
mi hanno dato un file .mov di cui riesco a vedere il video ma non sento l'audio, mplayer mi dice:
Code: | La famiglia di codec audio richiesta [faad] (afm=faad) non è disponibile (abilita in compilazione!)
Impossibile trovare il codec per il formato audio 0x6134706D!
Leggi DOCS/it/codecs.html!
|
visto che dice di abilitarlo in compilazione mi sa che ho sbagliato qualche use, ecco l'output di "emerge -pv mplayer"
Code: | [ebuild R ] media-video/mplayer-1.0_pre7-r1 -3dfx +3dnow +3dnowext +X -aac +aalib +alsa (-altivec) +arts -bidi -bl -cdparanoia -cpudetection* -custom-cflags -debug -dga -directfb +divx4linux -doc -dts -dv -dvb +dvd +dvdread -edl +encode +esd -fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick +jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox +mmx -mmxext -mythtv -nas +nls +nvidia +opengl +oss +png -real -rtc +samba +sdl +sse +sse2 -svga -tga -theora +truetype -v4l -v4l2 +vorbis +win32codecs -xanim -xinerama +xmms +xv -xvid -xvmc |
volevo sapere quale use devo attivare, Grazie
Last edited by g3nt00_m4n on Thu Sep 29, 2005 2:56 pm; edited 1 time in total |
|
Back to top |
|
|
RobbaZ n00b
Joined: 18 Nov 2004 Posts: 63
|
Posted: Thu Sep 29, 2005 1:24 pm Post subject: |
|
|
Il problema dovrebbe essere dovuto al fatto che non hai settata la flag "aac".
Difatti io non ho problemi con i file .mov con questa use
Code: | robbaz@Orko ~ $ emerge -pv mplayer
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-video/mplayer-1.0_pre7-r1 -3dfx -3dnow -3dnowext +X +aac +aalib +alsa (-altivec) -arts +bidi -bl -cdparanoia -cpudetection -custom-cflags -debug -dga +directfb +divx4linux -doc +dts -dv -dvb +dvd -dvdread -edl +encode +esd +fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick +jpeg -libcaca -lirc +live -lzo +mad +matroska -matrox +mmx -mmxext -mythtv -nas +nls -nvidia +opengl +oss +png +real -rtc +samba +sdl -sse -sse2 +svga -tga +theora +truetype -v4l -v4l2 +vorbis +win32codecs -xanim -xinerama +xmms +xv +xvid -xvmc 7,621 kB
|
Dico questo perchè cercando "faad" nel portage ho trovato questo:
Code: | Orko mplayer # emerge faad -s
Searching...
[ Results for search key : faad ]
[ Applications found : 2 ]
* media-libs/faad2
Latest version available: 2.0-r7
Latest version installed: 2.0-r7
Size of downloaded files: 748 kB
Homepage: http://www.audiocoding.com/
Description: AAC audio decoding library
License: GPL-2
... |
pacchetto che per altro ho compilato nel mio sistema... Prova e facci sapere
ps: sarebbe anche il caso di ricompilare tutte le dipendenze di mplayer con quella flag aggiunta... |
|
Back to top |
|
|
g3nt00_m4n Tux's lil' helper
Joined: 09 Jan 2005 Posts: 132
|
Posted: Thu Sep 29, 2005 2:48 pm Post subject: |
|
|
si grazie , ora funziona benissimo. |
|
Back to top |
|
|
|