3 line issues with current SMDegrain.avsi
I'm not well versed with avisynth and it's plugins/filters. However, when trying to use the filter it spits out an an avisynth script error in regards to 3 specific lines.
Line 181 SLimit = Default( limitS, true ) # Limit type for the contrasharpening True: Spatial False: Temporal (ignores CClip) Line 809 Y12 = (Y==3) ? 12 : -1 Line 861 hip = Default(hi, !tv ? 255 : 235)
Thought maybe Line 181 was just a spelling mistake, but that didn't fix it. Maybe it has to do with the script I am writing to call it?
SMDegrain(thsad=500, tr=2, PreFilter=4) # general noise reduction
Any help or direction would be nice.
I tested and it's working fine here.
Try to update the dependencies, specially AVS+, SharpenersPack, ResizersPack and ExTools, probably TransformsPack too.
Closing here for the time being.