How to build ffmpeg with libfdk_aac in 64-bit Windows? [closed]
Solution 1:
I used the Media Autobuild Suite and it works like a charm, if you remove the You probably don't even need to do that anymore--enable-libblueray
from the ffmpeg configure line in the media-suite_compile.sh
It automagically downloads the needed compiler and libraries and compiles everything for you. (including the requested libfdk_aac library)
Solution 2:
If you don't extremely care about the audio quality, Native FFmpeg AAC encoder (aac
) is a nice alternative encoder whose quality is just slightly lower than libfdk_aac
(Encode/AAC-FFmpeg). Then you can just use the prebuilt ffmpeg for Windows, which will saves you a lot of time.