Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FFMPEG fdk_aac Static Windows Builds

Tags:

ffmpeg

encoder

I'm new in FFMPEG. I have download ffmpeg windows build but libfdk_aac is not enabled. Where I can get the ffmpeg build with complete encoder with libfdk enabled?

like image 639
Buzz Avatar asked Oct 20 '22 13:10

Buzz


2 Answers

You probably can't download a build of ffmpeg with support for libfdk_aac.

From FFmpeg's LICENSE.md:

incompatible libraries

The Fraunhofer AAC library (libfdk_aac), FAAC and aacplus are under licenses which are incompatible with the GPLv2 and v3. We do not know for certain if their licenses are compatible with the LGPL.

If you wish to enable these libraries, pass --enable-nonfree to configure. But note that if you enable any of these libraries the resulting binary will be under a complex license mix that is more restrictive than the LGPL and that may result in additional obligations. It is possible that these restrictions cause the resulting binary to be unredistributeable.

You will have to (cross)compile ffmpeg yourself. I have no experience compiling ffmpeg for Windows, but you could find more info about that at Zeranoe FFmpeg and FFmpeg Wiki: Compilation Guides.

like image 150
llogan Avatar answered Oct 31 '22 11:10

llogan


Here's a pretty old build (but it's an old question), but it still works allright: FFmpeg Hi

This is a static FFmpeg build including x264 (8/10 bit), x265 (8/10 bit), vp9 (8/10 bit) and fdk_aac (HE-AAC) especially for anime encoding.

like image 27
Bigue Nique Avatar answered Oct 31 '22 11:10

Bigue Nique