Enable HWDec in mpv

This commit is contained in:
Trysdyn Black 2022-05-16 18:03:00 -07:00
parent 81081856a2
commit d383663609

View file

@ -8,6 +8,9 @@ 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
# 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"