From c6e22e7102668e5f0d8384d1e3f5b7cc0640f321 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Thu, 8 Aug 2024 10:49:05 +0000 Subject: [PATCH] Change chroma scaling and downscaling to cheap algorithms as they're not as noticable --- mpv.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.conf b/mpv.conf index 2c9e048..e5e0699 100644 --- a/mpv.conf +++ b/mpv.conf @@ -18,8 +18,8 @@ deband=yes correct-downscaling=yes sigmoid-upscaling=yes scale=ewa_lanczos4sharpest -#cscale=ewa_lanczos -dscale=mitchell +cscale=bilinear +dscale=bilinear # Audio ao=pulse