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

Fix wnnm with ref clip and update NOISY preset #101

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

oZanderr
Copy link
Contributor

@oZanderr oZanderr commented Nov 2, 2023

When passing a 16 bit clip to wnnm with a ref clip, it will currently throw a FormatsRefClipMismatchError as it compares the 16 bit input clip to the converted 32 bit ref. I fixed that by having it compare the 32 bit work clip to the ref.

As for the NOISY preset, a block_size of 16 and overlap of 8 can lead to more desirable results and it doesn't make sense to use the same values from the FAST preset.

Finally, I adjusted the nlmeans strength in the example readme as the value is way too high for the default wmode.

@Setsugennoao Setsugennoao merged commit 7949cf9 into Jaded-Encoding-Thaumaturgy:master Nov 2, 2023
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

Successfully merging this pull request may close these issues.

2 participants