mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Handle issues with low volume in media #2283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuaboniface on GitHub (Nov 23, 2020).
Describe the bug
General issue described during the LUG Bug-A-Thon.
If the source media has a very low volume, it might become very limiting for some clients since their maximum volume will be very low.
Perhaps we can make use of the functionality mentioned in https://lists.ffmpeg.org/pipermail/ffmpeg-user/2013-April/014672.html and specifically https://www.ffmpeg.org/ffmpeg-filters.html#volumedetect, and perhaps warn the user, or even increase the volume.
@VampiricAlien commented on GitHub (Nov 9, 2022):
Has this been looked into? audio boost is a good option to have.
@msdosfx commented on GitHub (Apr 8, 2023):
Not even just low volume media. Many laptops don't have very high volume in general. However VLC does the volume, perhaps compression, where you can turn it up to 200 percent is how every app should do it. VLC is the only app loud enough for watching things on my laptop.