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
The profile did well downmixing the AAC format, which uses BR (Back Right) and BL (Back Left) channels, but the AC3 format uses SR (Surround Right) and SL (Surround Left) channels. Is there a way for the profile to read the format instead?
You can also see in the log that there's no value for i4 and i5 for E-AC3 (the value is different from the original config because I edited it).
Could you first try adding a new profile in profiles.conf with the following condition: profile-cond=string.match(get("audio-codec-name", ""), "ac3") ~= nil
If that doesn't work I'll test the profile above. Thanks for all the suggestions.
The profile did well downmixing the AAC format, which uses BR (Back Right) and BL (Back Left) channels, but the AC3 format uses SR (Surround Right) and SL (Surround Left) channels. Is there a way for the profile to read the format instead?
You can also see in the log that there's no value for i4 and i5 for E-AC3 (the value is different from the original config because I edited it).
The text was updated successfully, but these errors were encountered: