diff options
Diffstat (limited to 'files/.config/mpv')
| -rw-r--r-- | files/.config/mpv/mpv.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/files/.config/mpv/mpv.conf b/files/.config/mpv/mpv.conf index d043e93..aa73bc4 100644 --- a/files/.config/mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -12,14 +12,19 @@ watch-later-options-remove=fullscreen watch-later-options-remove=volume watch-later-options-remove=mute ignore-path-in-watch-later-config +write-filename-in-watch-later-config screenshot-format=png screenshot-high-bit-depth=yes -screenshot-png-compression=0 +screenshot-png-compression=1 screenshot-directory=~/Documents/mpv-screenshots screenshot-template="%F-%{media-title}-%p-%n" -hwdec=auto-safe # Enable any whitelisted hardware video decoding API +vo=gpu-next +gpu-context=x11egl +hwdec=vaapi # Enable any whitelisted hardware video decoding API +x11-present=no + interpolation=yes video-sync=display-resample tscale=oversample |
