dotfiles/media/.config/mpv/mpv.conf

22 lines
345 B
Plaintext

vo=gpu
hwdec=auto
ao=sndio
demuxer-max-bytes=10G
# Don't show album art
no-audio-display
[fb]
# For watching stuff on the framebuffer
vo=drm
profile=sw-fast
[downmix]
# For watching stuff mastered for 5.1
# https://github.com/mpv-player/mpv/issues/6343
ad-lavc-downmix=no
audio-normalize-downmix=yes
af=dynaudnorm
#af=lavfi="acompressor=10"