From ff4264fec8de1897d70d304c135d7c23825251e0 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 30 May 2025 18:45:04 +1000 Subject: [PATCH] feat(mpv): move to using lossless avif screenshots --- mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 060bb9b..8ae2209 100755 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -20,7 +20,7 @@ screenshot-jxl-distance=0.0 screenshot-jxl-effort=9 screenshot-avif-encoder=libsvtav1 screenshot-avif-pixfmt=yuv420p -screenshot-avif-opts=crf=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4 +screenshot-avif-opts=lossless=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4 # Cookie file for websites like crunchyroll # ytdl-raw-options=cookies=[C:\Users\hello\scoop\apps\mpv\0.34.0\portable_config\cookies.txt]