Jaded-Encoding-Thaumaturgy/vs-kernels

placebo kernels return nonetype

NSQY opened this issue · 2 comments

NSQY commented
>>> from vstools import vs, core; from vskernels import EwaHann, Spline64
>>> blank = core.std.BlankClip()
>>> [type(kernel().scale(blank, 10, 10)) for kernel in (EwaHann, Spline64)]
[<class 'NoneType'>, <class 'vapoursynth.VideoNode'>]

Config
image

Vodes commented

efea2ed
🤔