From 863810446eaa65704cd103acc2e32e18acad0e10 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sat, 19 Mar 2022 22:04:44 +0800 Subject: [PATCH] mpv: use lossless webp --- .config/mpv/mpv.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a6ddb83..6ff4e3e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -31,9 +31,8 @@ sub-shadow-color='#7676b0' sub-shadow-offset=1 # ==== 截图 ==== -# 使用无损webp格式 +# 使用webp格式 screenshot-format=webp -screenshot-webp-lossless # 截图存放目录 screenshot-directory='~/Userdata/Pictures/'