From 988c1b0b7f96bb6d66c97c482f80f157aa723e6c Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 6 Nov 2020 08:42:41 -0500 Subject: [PATCH] mpv: use spline36 as per SoM recommendation --- .config/mpv/mpv.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index c727610..d0a90d4 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -20,9 +20,8 @@ sub-font-size=36 hls-bitrate=max profile-desc=cond:dedicated_gpu() -scale=ewa_lanczossharp -cscale=ewa_lanczossoft -dscale=mitchell +scale=spline36 +cscale=spline36 scale-antiring=0 cscale-antiring=0 dither-depth=auto