-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Volume Normalization and Key Binding? #3979
Comments
mpv uses standard ffmpeg audio/video filters and their corresponding syntax detailed here: https://ffmpeg.org/ffmpeg-filters.html For audio normalization, I guess the consesus while reading this issue tracker and elsewhere, is that dynaudnorm was the one to use. There's also loudnorm, but I'm not sure if it's even the same thing (don't know much about audio shenanigans). for keybinding, I have |
Thanks garoto. I also found the following to work:
So I now have keybinding as follows:
They both sound similar but the keybinding allows me to change when needed. |
Note that last I checked, |
That's because speed changes aren't tracked well with the large buffer. In theory you could add dynaudionorm to --lavfi-complex, but this would "break" track selection currently. It should work with DS, because the "normal" filter chain, which also resamples the audio according to playback speed, won't have the large buffer. |
@coolmagnet commented on Jan 6, 2017, 1:48 PM GMT+3:30:
What's the CLI option for the second one? I tried Update: |
mpv version and platform
mpv-x86_64-20161120 (windows)
The great thing about the VLC player is its adjustable volume normalization feature. VLC appears to be able to even out loud noise, musical score, and spoken dialogue. I've tried the SMPLAYER (with MPV) volume normalization and it does not appear to even out the sound. Sometimes the musical score is louder than the spoken dialogue. So now I'm using MPV without SMPLAYER and everything is working great except I don't know how to turn ON volume normalization and how to key bind it (input.conf)? I'm hoping that MPV would be somewhat equivalent to VLC volume normalization.
Thanks
The text was updated successfully, but these errors were encountered: