diff options
| author | Anton Bobov <anton@bobov.name> | 2026-07-31 23:13:52 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-07-31 23:13:58 +0500 |
| commit | 71d9a9574c7e88cae93d58027c595a226284eb85 (patch) | |
| tree | b7958e58f1e570391e5cdbb52f35afaccb7c01e7 /files/.config | |
| parent | cf962a1e45333a45e7bb50ef52d4551ee7d0ac0c (diff) | |
mpv: update config with filename tracking, compression, and VAAPI rendering
Diffstat (limited to 'files/.config')
| -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 |
