26.03.2025, 22:13
Hi!
I'm trying to connect this VS plugin through the Custom section, but I can't
https://github.com/dnjulek/VapourSynth-Checkmate
Can you tell me what my mistake is?
Connecting AviSynth plugins is easy, but VapourSynth doesn't work for some reason.
Error:
I'm trying to connect this VS plugin through the Custom section, but I can't
https://github.com/dnjulek/VapourSynth-Checkmate
Can you tell me what my mistake is?
Connecting AviSynth plugins is easy, but VapourSynth doesn't work for some reason.
core.std.LoadPlugin(path="Z:/soft/HEVC/VS/Checkmate-r2-win64/checkmate.dll")
clip = Checkmate(clip=clip, thr=12, tmax=12, tthr2=0)
Error:
NameError: name 'Checkmate' is not defined