Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Last active January 5, 2022 17:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chapmanjacobd/1b7bc9ce1d245867fe7183149a8ffc46 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/1b7bc9ce1d245867fe7183149a8ffc46 to your computer and use it in GitHub Desktop.
set mpv stereo to mono
# ~/.config/mpv/input.conf
- af toggle "lavfi=[pan=1c|c0=0.5*c0+0.5*c1]" ; show-text "Audio mix set to Mono"
= af toggle "lavfi=[alimiter=10:1:1:5:8000]" ; show-text "Audio limiter enabled"
Ctrl+= af toggle "acompressor=ratio=4,loudnorm" ; show-text "dynamic range compression enabled"
Ctrl+0 af toggle "pan=stereo|FL=FC+0.30*FL+0.30*FLC+0.30*BL+0.30*SL+0.60*LFE|FR=FC+0.30*FR+0.30*FRC+0.30*BR+0.30*SR+0.60*LFE" ; show-text "Audio night-mode enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment