From aca9dfeaba071145a6a1fa9a1744ea1e01368a87 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 25 Oct 2020 11:07:26 +0100 Subject: [PATCH] mpv: Add hq profile --- home/.config/mpv/mpv.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 30b1eec..925509a 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -67,6 +67,14 @@ scale = bicubic_fast cscale = bicubic_fast dscale = bicubic_fast +[hq] +scale = ewa_lanczossharp +dscale = ewa_lanczossharp +cscale = ewa_lanczossharp + +glsl-shader=~~/shaders/mpv-prescalers/compute/nnedi3-nns256-win8x4.hook +glsl-shader=~~/shaders/mpv-prescalers/compute/ravu-zoom-r4-chroma.hook + [interpolate] blend-subtitles = yes video-sync = display-resample