diff options
| author | Anton Bobov <anton@bobov.name> | 2023-04-22 23:18:51 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-04-22 23:18:51 +0500 |
| commit | 5bf7733be5b40e653e3843e8fd74fcbf719a6d1b (patch) | |
| tree | be98020b4042be105279c504640197108472bae1 /files/.mpv/input.conf | |
| parent | 957efa8e4d19d4f887526acd87e18e065067c877 (diff) | |
mpv: added loud normalization profiles
Diffstat (limited to 'files/.mpv/input.conf')
| -rw-r--r-- | files/.mpv/input.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/.mpv/input.conf b/files/.mpv/input.conf index 87dbe8b..40f89cd 100644 --- a/files/.mpv/input.conf +++ b/files/.mpv/input.conf @@ -7,3 +7,8 @@ d ignore Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p" + +# default loudnorm I=-24 +# I=-15 -- louder volume +# anull -- disable audio filter +a cycle_values af loudnorm loudnorm=I=-15 anull |
