-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add stereo downmix algorithm selection. #9001
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be configured manually in the encoding.xml config file or do you plan to expose it in the API so it can be changed in the playback section in the dashboard?
|
If we have a final list of algorithms I plan on implementing a settings drop-down in web for it. Implemented with jellyfin/jellyfin-web#4235 |
c9c9213 to
a9ad42e
Compare
a9ad42e to
dc97a04
Compare
b109851 to
bebada9
Compare
b152e4c to
407c716
Compare
|
How do you currently use this feature ? It seems it is not visible in the playback menu, and editing the encoding.xml by adding |
|
It is only available in unstable and it is a global server setting. |
|
Do you have any idea when we can expect to see it released to stable? |
29 of April 10.9 will be released with this changed in it |
It is a global option. |
Implements different downmixing algorithms from https://superuser.com/questions/852400/properly-downmix-5-1-to-stereo-using-ffmpeg/1410620#1410620 which were discussed in #1986
Changes
Issues
Fixes #1986