aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-02-07 00:10:14 +0500
committerAnton Bobov <anton@bobov.name>2025-02-07 00:29:42 +0500
commit5ef20f298f1db62cdf2bb461a24e45cb0ba06d29 (patch)
treec0272203d5f364403b954be5e0ea386c8e3f586f
parent0c03cef044f0c41bc46df270b13d784d5550d439 (diff)
mpv: Enable loudnorm audio filter by default
-rw-r--r--files/.config/mpv/mpv.conf2
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