Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use FFmpeg libfdk_aac with HE-AACv2 audio? #559

Open
Hankuuuu opened this issue Jun 12, 2024 · 4 comments
Open

How to use FFmpeg libfdk_aac with HE-AACv2 audio? #559

Hankuuuu opened this issue Jun 12, 2024 · 4 comments
Labels
feature request New idea for project

Comments

@Hankuuuu
Copy link

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?

AACHE

@Hankuuuu Hankuuuu added the feature request New idea for project label Jun 12, 2024
@cdgriffith
Copy link
Owner

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!

@Hankuuuu
Copy link
Author

You are amazing. It works. Thank you!

AACHEWORK

I downloaded the FFMpeg with libfdk_aac from Martin:
https://github.com/MartinEesmaa/VVCEasy/releases
「Windows_FF_VVCEasy.7z」

Martin created an extremely powerful H266 FFMpeg,
and his homepage mentions that your software is the top choice for H266.

@cdgriffith
Copy link
Owner

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 :)

@Hankuuuu
Copy link
Author

Good job Chris 😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New idea for project
Projects
None yet
Development

No branches or pull requests

2 participants