This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Error with SMDegrain Contrasharp -1
#1
Bug 
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?
Reply
#2
I'll look into it today after work.

Cu Selur
Reply
#3
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)