diff options
| author | Robert Günzler <r@gnzler.io> | 2020-05-19 21:52:17 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-05-19 21:52:17 +0200 |
| commit | 6f35b250bb1433d20185c5da8757bdfd048ba9c8 (patch) | |
| tree | 3bfd5a59c388986d0b48263344c8e84ee8280eab /.config/mpv/config | |
| parent | 44cdd62353c8194e73b989d4a6b8fd4c4345b351 (diff) | |
mpv: add interpolation vapoursynth script
Diffstat (limited to '.config/mpv/config')
| -rw-r--r-- | .config/mpv/config | 4 |
1 files changed, 4 insertions, 0 deletions
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 |