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
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.