From 71d9a9574c7e88cae93d58027c595a226284eb85 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 31 Jul 2026 23:13:52 +0500 Subject: mpv: update config with filename tracking, compression, and VAAPI rendering --- files/.config/mpv/mpv.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'files') 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 -- cgit v1.2.3