-
Notifications
You must be signed in to change notification settings - Fork 291
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
AAC: Unsupported channel layout "2 channels" #1040
Comments
I also get this error when I am using the AAC audio codec. I get what I presume is an identical error with the libmp3lame audio encoder.:
I am using this version in Debian Linux, testing:
|
I replaced this part of the code in the else block with this other part present in the commit #1035 ssr/src/AV/Output/AudioEncoder.cpp Lines 117 to 120 in 4e3ba13
ssr/src/AV/Output/AudioEncoder.cpp Lines 111 to 115 in f8988d9
In the end it looked something like this and it worked
|
Thanks, I've compiled with your patch and it works! |
Hi, after upgrading ffmpeg to 7.0.2 from 6.x, SSR gives me the following error when trying to produce an mp4 with h264+aac:
I'm on the latest git commit (4e3ba13)
The text was updated successfully, but these errors were encountered: