27.11.2021, 03:21
New day, new bug!
I tried to use the dotkill Vapoursynth Filter last night and immediately got a crash. I've tracked it to a possible namespace issue. basically calling any of the settings in it will crash it.
the crash is at this line
but Changing it to
fixes it.
I tried to use the dotkill Vapoursynth Filter last night and immediately got a crash. I've tracked it to a possible namespace issue. basically calling any of the settings in it will crash it.
the crash is at this line
clip = core.dotkill.DotKillT(clip=clip)
clip = core.dotkill.DotKill(clip=clip)