[FFmpeg-user] libfaac not found error

Jim Worrall coniophora at gmail.com
Thu Feb 4 02:54:56 CET 2016


> On 2016 Feb 2, at 12:22 PM, Чжо Зо Лвин <silance.secret at yandex.ru> wrote:
> I am a ffmpeg beginner on mac. I can't install on my computer. I attach a photo with e-mail. My error is libfaac not found. How can I solve this error.

According to https://trac.ffmpeg.org/wiki/Encode/AAC, you’re better off with libfdk_aac anyway.

If compiling libraries is a challenge, and you on a mac, I suggest using homebrew.  It’s an easy way to install all the dependencies, then you can build ffmpeg as desired.  Or you can use homebrew to install ffmpeg directly, and I think there are ways to specify what libraries you want with it.

For instance, this command installs all these dependencies.
brew install libogg libvorbis libgsm libvpx fdk-aac lame libass orc sdl yasm pkg-config x264 x265
It doesn’t get much easier than that.


More information about the ffmpeg-user mailing list