mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9222] Audio normalization #12024
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9222
State: closed
Merged: Yes
This is my second attempt at audio normalization. This uses FFmpeg to get the LUFS using the ebur128 filter. This is then is stored in the library database for later use by the htmlaudioplayer.
Please let me know of any suggestions or oversights.
Thanks!
Frontend here: https://github.com/jellyfin/jellyfin-web/pull/4318
Changes
Added LUFS data for audio files
Added LUFS to dto
Added LUFS grabber
Issues