Instead of:
you need to use:
As a side note:
If you want to use Checkmate, you could use the version that comes with vszip, which should be a bit faster.
Since vszip already come with Hybrid, you could call it through:
see: https://github.com/dnjulek/vapoursynth-z.../Checkmate
Cu Selur
clip = Checkmate(clip=clip, thr=12, tmax=12, tthr2=0)
clip = core.checkmate.Checkmate(clip=clip, thr=12, tmax=12, tthr2=0)
If you want to use Checkmate, you could use the version that comes with vszip, which should be a bit faster.
Since vszip already come with Hybrid, you could call it through:
core.std.LoadPlugin(path="%FILTERPATH%/Support/vszip.dll")
clip = core.vszip.Checkmate(clip=clip, thr=12, tmax=12, tthr2=0)
Quote:Connecting AviSynth plugins is easy, but VapourSynth doesn't work for some reason.Unlike Avisysynth, Vapoursynth uses namespaces and has no 'hidden' last-variable.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.