cannot find encoder MPEG AAC Audio
Posted: 13 Jul 2009 01:35
Hello everyone,
I try to stream/transcode a video from my mac to my iphone with VLC :
but I have this error :
However I have ffmpeg installed with macport and the aac encoder is supposed to work
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.
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'
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. ***
Code: Select all
D aac raw ADTS AAC
D A aac Advanced Audio Coding
EA libfaac libfaac AAC (Advanced Audio Codec)
Thank you.