Dogway / Avisynth-Scripts

AviSynth+ 3.7.3+ Filters
GNU General Public License v3.0
92 stars 13 forks source link

3 line issues with current SMDegrain.avsi #88

Open admiralkikan opened 4 months ago

admiralkikan commented 4 months ago

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.

Dogway commented 4 months ago

I tested and it's working fine here.

Try to update the dependencies, specially AVS+, SharpenersPack, ResizersPack and ExTools, probably TransformsPack too.