dotfiles/.config/mpv/mpv.conf
Trysdyn Black d0261d5ae6 Tidy up mpv configs
- Turn off screensaver inhibition because it shanks *all* wayland idle detection
- Bump hardware decoding settings up to use gpu-next and safe codecs only
2024-03-11 21:46:07 -07:00

27 lines
907 B
Text

# I like normalizing at 100% volume and going up from there
# 1000% is excessive but at least I'll never cap out
volume-max=1000
# My mpv usage is either on-disk media, or streamlink which does its own
# caching, so we don't need to double cache.
cache=no
cache-pause=no
demuxer-readahead-secs=1
# Enable HW decoding. This should be safe on any system as failure falls back to SWDec
hwdec=auto-safe
vo=gpu-next
# Audio filter to try to normalize audio levels. Especially important for
# Twitch where there's no defacto normal level to target
#af="dynaudnorm=g=5:f=250:r=0.9:p=0.5"
# Put screenshots in my bespoke screenshot dir
screenshot-directory=~/screenshot
# Make images opened in mpv display until dismissed
image-display-duration=inf
# Suspending the "screensaver" actually completely kills Wayland's idle detection
# which in turn breaks everything I use that relies on it
stop-screensaver=no