Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 line issues with current SMDegrain.avsi #88

Open
admiralkikan opened this issue Jul 18, 2024 · 1 comment
Open

3 line issues with current SMDegrain.avsi #88

admiralkikan opened this issue Jul 18, 2024 · 1 comment

Comments

@admiralkikan
Copy link

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
Copy link
Owner

Dogway commented Jul 22, 2024

I tested and it's working fine here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants