From 8693edd2236f5ceebbe1b6a779f08f2ffec9482e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 30 Oct 2019 16:17:14 +0000 Subject: [PATCH] Add interpolate profile to mpv --- home/.config/mpv/mpv.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 77cf949..0647426 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -61,3 +61,12 @@ script-opts = matroska_crop-dynamic_hwdec=no scale = bicubic_fast cscale = bicubic_fast dscale = bicubic_fast + +[interpolate] +blend-subtitles = yes +video-sync = display-resample +interpolation = yes +tscale = box +tscale-window = sphinx +tscale-radius = 1.0 +tscale-clamp = 0.0