This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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): |