From 6f35b250bb1433d20185c5da8757bdfd048ba9c8 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 19 May 2020 21:52:17 +0200 Subject: mpv: add interpolation vapoursynth script --- .config/mpv/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/mpv/config') diff --git a/.config/mpv/config b/.config/mpv/config index 28307b3..3d63015 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -111,3 +111,7 @@ glsl-shaders=~~/shaders/FSRCNNX_x2_16-0-4-1.glsl [gpuscale16] profile=gpu-hq glsl-shaders=~~/shaders/FSRCNNX_x2_8-0-4-1.glsl + +[interpolate] +profile=gpu-hq +vf=format=yuv420p,vapoursynth=~~/vapoursynth/interpolate.vpy:4:4 -- cgit 1.4.1