From 5ef20f298f1db62cdf2bb461a24e45cb0ba06d29 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 7 Feb 2025 00:10:14 +0500 Subject: mpv: Enable loudnorm audio filter by default --- files/.config/mpv/mpv.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3