WarpSharp/KenKunNR
From Avisynth wiki
KenKunNR is a spatial denoising filter similar to AviUtl's internal denoise filter.
Syntax and Parameters
- KenKunNR (clip, int "strength", int "radius", int "threshold")
- clip =
- Input clip.
- clip =
- int strength = 256
- Denoising strength.
- int strength = 256
- int radius = 2
- Radius.
- int radius = 2
- int threshold = 6
- Threshold.
- int threshold = 6
Examples
KenKunNR with default settings:
AviSource("Blah.avi") KenKunNR (strength=256, radius=2, threshold=6)
Back to WarpSharp ←