• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Volume Normalization

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Volume Normalization

    FatMax1492
    Offline

    Junior Member

    Posts: 47
    Threads: 10
    Joined: 2024 Aug
    Reputation: 0
    #11
    2025-01-08, 11:15 PM
    Where do I find the setting "use replaygain tags"?

    I'm having the feeling the tags of the music I just added aren't being read.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2025-01-09, 01:33 AM
    (2025-01-08, 11:15 PM)FatMax1492 Wrote: Where do I find the setting "use replaygain tags"?

    I'm having the feeling the tags of the music I just added aren't being read.

    In which client?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    FatMax1492
    Offline

    Junior Member

    Posts: 47
    Threads: 10
    Joined: 2024 Aug
    Reputation: 0
    #13
    2025-01-09, 08:24 AM (This post was last modified: 2025-01-09, 08:24 AM by FatMax1492.)
    I've found it, tested it, and these files play without replaygain applied.

    I'll make a post but it's probably just a problem on my side.
    viss
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:United States
    #14
    2025-02-23, 06:42 PM
    Hello!
    I've just setup jellyfin for the first time and I am very pleased at discovery of this thread. I was formerly using plex, and the issue I couldnt seem to get around was that some media files were nearly 2x as loud as others, and so while watching things I would occasionally have to leap out of my chair to turn the volume down because of the dramatic change in volume.

    is there a way to apply the music audio normalization to other media files? Or is there perhaps a plugin available that can be aimed at media files and told to adjust their volume down?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2025-02-24, 01:58 PM
    Audio normalization only happens for music. But there is a way to apply a gain universally when using Jellyfin Media Player.

    Borrowed from this post on another thread.

    https://forum.jellyfin.org/t-stereo-down...1#pid47741

    (2025-01-04, 03:59 PM)DenSilent Wrote: Ok, I found a workaround. It is not perfect, so I hope JMP can use server-side downmix someday.
    As it turns out, you can force a client-side downmix. In client settings, "Manual MPV Configuration". I'm still experimenting, but for now this is what I use:
    af=lavfi=[lowpass=c=LFE:f=120,lowshelf=frequency=100:gain=-2.5,pan=stereo|FL=.3FL+.6FC+.3FLC+.3SL+.3BL+.21BC+.21LFE|FR=.3FR+.6FC+.3FRC+.3SR+.3BR+.21BC+.21LFE,dynaudnorm=compress=24.0:gausssize=45]
    I much prefer built-in Jellyfin algorithms, but at least you can hear people talking now.

    You can remove the downmix portion and only keep the gain portion. I think it is also compressing the audio.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Manly Manlison
    Offline

    Junior Member

    Posts: 16
    Threads: 4
    Joined: 2023 Oct
    Reputation: 1
    Country:Denmark
    #16
    2025-03-17, 01:51 AM
    (2025-02-24, 01:58 PM)TheDreadPirate Wrote: Audio normalization only happens for music.  But there is a way to apply a gain universally when using Jellyfin Media Player.

    Borrowed from this post on another thread.

    https://forum.jellyfin.org/t-stereo-down...1#pid47741

    (2025-01-04, 03:59 PM)DenSilent Wrote: Ok, I found a workaround. It is not perfect, so I hope JMP can use server-side downmix someday.
    As it turns out, you can force a client-side downmix. In client settings, "Manual MPV Configuration". I'm still experimenting, but for now this is what I use:
    af=lavfi=[lowpass=c=LFE:f=120,lowshelf=frequency=100:gain=-2.5,pan=stereo|FL=.3FL+.6FC+.3FLC+.3SL+.3BL+.21BC+.21LFE|FR=.3FR+.6FC+.3FRC+.3SR+.3BR+.21BC+.21LFE,dynaudnorm=compress=24.0:gausssize=45]
    I much prefer built-in Jellyfin algorithms, but at least you can hear people talking now.

    You can remove the downmix portion and only keep the gain portion.  I think it is also compressing the audio.

    Heya, thanks for the workaround! I've been using it for a few weeks now, but the slow volume gain at the beginning was kind of annoying - So I tried changing it from using dynaudnorm to loudnorm with good results Smiling-face

    Code:
    af=lavfi=[lowpass=c=LFE:f=120,lowshelf=frequency=100:gain=-2.5,pan=stereo|FL=.3FL+.6FC+.3FLC+.3SL+.3BL+.21BC+.21LFE|FR=.3FR+.6FC+.3FRC+.3SR+.3BR+.21BC+.21LFE,loudnorm=I=-18:TP=-1.5:LRA=11]

    I also borrowed a "mpv.conf" file from somewhere and added the workaround into the file already, together with a simple batch file that moves the .conf file to where it has to be for anyone looking for an easier fix Grinning-face


    Attached Files
    .zip   jellynormalization.zip (Size: 1.99 KB / Downloads: 34)
    1
    viss
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:United States
    #17
    2025-03-17, 02:36 AM
    i'd like to give this a shot, but im fairly new to jellyfin and I'm not sure how i would implement these configs. My main concern is that im doing playback on a chromecast tv, and jellfin is installed on the thing as a client. how do i implement these tweaks in such a way that playing movie files via the chromecast will have the desired effect?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2025-03-17, 03:09 PM
    The tweaks mentioned only work on Jellyfin Media Player, our desktop client. AFAIK, there is no equivalent on an Android TV client. You COULD set the audio output to "downmix to stereo", which will force audio transcoding and downmixing. Which would then apply the audio gain and, optionally, compression while transcoding.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    mlkz
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    #19
    2025-03-21, 12:52 AM
    (2025-03-17, 01:51 AM)Manly Manlison Wrote: Heya, thanks for the workaround! I've been using it for a few weeks now, but the slow volume gain at the beginning was kind of annoying - So I tried changing it from using dynaudnorm to loudnorm with good results Smiling-face

    Code:
    af=lavfi=[lowpass=c=LFE:f=120,lowshelf=frequency=100:gain=-2.5,pan=stereo|FL=.3FL+.6FC+.3FLC+.3SL+.3BL+.21BC+.21LFE|FR=.3FR+.6FC+.3FRC+.3SR+.3BR+.21BC+.21LFE,loudnorm=I=-18:TP=-1.5:LRA=11]

    I also borrowed a "mpv.conf" file from somewhere and added the workaround into the file already, together with a simple batch file that moves the .conf file to where it has to be for anyone looking for an easier fix Grinning-face

    i use your attachment, and copy the mpv.conf file into %LOCALAPPDATA%\JellyfinMediaPlayer\

    it's night and day! THANKS!  Ok-hand Red-heart

    compared without mpv.conf, the sound/voice is so freaking low (problem of the movie industry).
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode