0

I tried in different ways by reading various documents. I was not able to compile FFMPEG with the libfacc library but only with fdk_aac.

https://gist.github.com/teocci/f7a438013a0197a91446ee86de41faee

I need to integrate it with a plugin for an internet site.

Someone can tell me how to proceed.

Thank you

1
  • Why? What's wrong with the native encoder?
    – Gyan
    Commented Mar 28, 2018 at 10:28

1 Answer 1

1

FAAC support has been removed from FFmpeg since v3.2.

You either need to use an older version, or skip FAAC and simply use the built-in aac encoder. The libfdk_aac encoder also offers good quality, but it's an external dependency.

See http://trac.ffmpeg.org/wiki/Encode/AAC for more info.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .