Selur's Little Message Board

Full Version: Error with SMDegrain Contrasharp -1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If contrasharp is set to 0 the job will run fine.  If i set contrasharp to -1 the job will crash.

I get this in the Vapoursynth editor:


    clip = havsfunc.SMDegrain(input=clip, thSAD=700, contrasharp=True, interlaced=False)
  File "C:\Program Files\Hybrid\64bit\vsscripts\havsfunc.py", line 3616, in SMDegrain
    return ContraSharpening(output, CClip, planes=planes)
  File "C:\Program Files\Hybrid\64bit\vsscripts\havsfunc.py", line 5846, in ContraSharpening
    s = MinBlur(denoised, radius, planes=planes)                                                                    # damp down remaining spots of the denoised clip
  File "C:\Program Files\Hybrid\64bit\vsscripts\havsfunc.py", line 5889, in MinBlur
    RG4 = core.ctmf.CTMF(clp, radius=2, planes=planes)
  File "src\cython\vapoursynth.pyx", line 1684, in vapoursynth._CoreProxy.__getattr__
  File "src\cython\vapoursynth.pyx", line 1544, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name ctmf exists. Did you mistype a plugin namespace?
I'll look into it today after work.

Cu Selur
Added ctmf as a dependency for SMDegrain.
Will send you a link to a new dev version for testing in ~1/2 hour.

Cu Selur