diff options
| author | Anton Bobov <anton@bobov.name> | 2025-02-07 00:10:14 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-02-07 00:29:42 +0500 |
| commit | 5ef20f298f1db62cdf2bb461a24e45cb0ba06d29 (patch) | |
| tree | c0272203d5f364403b954be5e0ea386c8e3f586f | |
| parent | 0c03cef044f0c41bc46df270b13d784d5550d439 (diff) | |
mpv: Enable loudnorm audio filter by default
| -rw-r--r-- | files/.config/mpv/mpv.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.config/mpv/mpv.conf b/files/.config/mpv/mpv.conf index df9cf01..4e8ae06 100644 --- a/files/.config/mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -38,6 +38,7 @@ osd-bar=no speed=1.33 # Speed up playback by the factor volume-max=100 image-display-duration=inf # If the current file is an image, kept open forever +af=loudnorm demuxer-max-bytes=500M # Cache size demuxer-max-back-bytes=100M @@ -58,6 +59,7 @@ af=lavfi=[loudnorm] [audio] speed=1 +af= [streams] profile-cond=path:match('streams/.+[.]ts') ~= nil |
