Page 1 of 1

cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 01:35
by LeMagu(s)
Hello everyone,

I try to stream/transcode a video from my mac to my iphone with VLC :

Code: Select all

--sout='#transcode{width=320,height=240,vcodec=mp4v,vb=128,acodec=mp4a,ab=32}:standard{mux=mp4,dst=:8080,access=http}:sout-transcode-soverlay=0'
but I have this error :

Code: Select all

cannot find encoder MPEG AAC Audio *** Your FFMPEG installation is crippled. *** *** Please check with your FFMPEG packager. *** *** This is NOT a VLC media player issue. ***
However I have ffmpeg installed with macport and the aac encoder is supposed to work

Code: Select all

D aac raw ADTS AAC D A aac Advanced Audio Coding EA libfaac libfaac AAC (Advanced Audio Codec)
I heard aac encoding with disabled on VLC 1.0 due to legal issue but is there a way to make this work ? Maybe by compiling or downgrade to a previous version ?

Thank you.

Re: cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 10:18
by Jean-Baptiste Kempf
It is removed of newer FFmpeg for legal reasons.
0.9.9 still has it.

Re: cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 14:05
by Dan Tennciv
Hi,
Have exactly the same problem...

How do you get the file from VLC 0.9.9 and put it in VLC 1.0 ?

Thnak's in advance


Dan

Re: cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 15:23
by Jean-Baptiste Kempf
You cannot. You have to compile.

Re: cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 19:21
by Dan Tennciv
Well....

Is it long to explain ? (I must say that I don't know what you mean by "compile" !)

Or do you know where i can find a tuto ?


Dan

Re: cannot find encoder MPEG AAC Audio

Posted: 13 Jul 2009 23:03
by ajmas
Welcome to the big ugly world of software patents ;)

Here are the instructions: http://wiki.videolan.org/OSXCompile

Re: cannot find encoder MPEG AAC Audio

Posted: 27 Oct 2009 14:10
by 20Syl
Same error, (cannot find encoder MPEG AAC Audio)
but my ffmpeg is correct and i'm using 0.9.9

That's weird...