-
Notifications
You must be signed in to change notification settings - Fork 19
AAC codec
ULB Podcast edited this page Jun 2, 2014
·
1 revision
Currently, EZrenderer uses ffmpeg with the libfdk_aac codec to encode the videos. It seems that the libfdk_aac codec offers better results for video encoding than the default compiled AAC codec (see AAC encoding for FFMPEG for more information). In that context, we, at ULB, have decided to only support libfdk_aac codec for video encoding.
For further information on how to compile FFMPEG with libfdk_aac codec included, refer to FFMPEG compilation guide for your Linux distribution / Mac OS.
We are currently working on a solution to let you choose whether you want to use default AAC codec or libfdk_aac codec on each renderer you add.