Skip to content

Instantly share code, notes, and snippets.

@4re
4re / finesharp.py
Last active November 3, 2020 17:24 — forked from chikuzen/finesharp.py
# finesharp.py - finesharp module for VapourSynth
# Original author: Didee (http://forum.doom9.org/showthread.php?t=166082)
# Requirement: VapourSynth r48 or later
# Rev: 2020-11-03
from vapoursynth import core, GRAY, YUV
def spline(x, coordinates):
def get_matrix(px, py, l):