You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I ask, the "libfdk_aac" supports the latest "HE-AACv2", which has excellent audio quality, even twice as good as "LC-AAC".
However, in the software, the default "libfdk_aac" converts to the "LC-AAC" version. How can I configure it to use "HE-AACv2"?
I tried adding various "imagined possible parameters" to the "Fastflix.yaml" but had no luck. Does anyone know how to do it?
The text was updated successfully, but these errors were encountered:
On the Quality tab, down at the bottom try the custom ffmpeg option -profile:a aac_he_v2 (If you have more than one audio track, look at the raw command and use the number instead, like -profile:1
I don't have a ffmpeg with libfdk handy, so hope this works!
Glad it worked! I am working on better audio conversion page for the next version, as dream is version after that could add profiles or custom audio options directly from audio conversion popup. Will keep this open as a reminder :)
May I ask, the "libfdk_aac" supports the latest "HE-AACv2", which has excellent audio quality, even twice as good as "LC-AAC".
However, in the software, the default "libfdk_aac" converts to the "LC-AAC" version. How can I configure it to use "HE-AACv2"?
I tried adding various "imagined possible parameters" to the "Fastflix.yaml" but had no luck. Does anyone know how to do it?
The text was updated successfully, but these errors were encountered: