diff options
Diffstat (limited to 'files')
| -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 |
