diff options
| -rw-r--r-- | files/.mpv/input.conf | 5 | ||||
| -rw-r--r-- | files/.mpv/mpv.conf | 24 |
2 files changed, 28 insertions, 1 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 diff --git a/files/.mpv/mpv.conf b/files/.mpv/mpv.conf index c926cd7..04fee25 100644 --- a/files/.mpv/mpv.conf +++ b/files/.mpv/mpv.conf @@ -15,12 +15,34 @@ hwdec=auto-safe # If the current file is an image, kept open forever image-display-duration=inf - # screenshot-template=mpv-shot-%F-%{media-title}-%p-%n screenshot-directory=~/mpv-screenshots ytdl-format="bestvideo[height<=?1080]+bestaudio/best" +# +# PROFILES +# + +[loudnorm] +af=lavfi=[loudnorm] + +[audio] +speed=1 + +# +# EXTENSIONS +# + [extension.gif] loop-file=yes + +[extension.flac] +profile=audio + +[extension.mp3] +profile=audio + +[extension.ogg] +profile=audio |
