The FFmpeg AAC guide says,
Fraunhofer FDK AAC codec library is currently the highest-quality AAC encoder available with ffmpeg. Pre-built ffmpeg does not support it. This can be resolved by compiling ffmpeg yourself.
I tried to add it to FFmpeg. But I could not even understand what the Compilation guide tells me to do. So someone please give me instructions step by step to add "FDK AAC codec library" to my FFmpeg. I am using FFmpeg in Windows 10 (64 bit, static, Nightly git).
Also how do I make DTS audio with FFmpeg? The built-in DTS encoder is experimental and I have to add -strict experimental to encode videos with DTS audio. Is there any complete DTS library available for FFmpeg just like FDK_AAC library?