WarpSharp/KenKunNR

From Avisynth wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

KenKunNR is a spatial denoising filter similar to AviUtl's internal denoise filter.

KenKunNR (clip, int "strength", int "radius", int "threshold")


clip   =
Input clip.


int  strength = 256
Denoising strength.


int  radius = 2
Radius.


int  threshold = 6
Threshold.


Examples

KenKunNR with default settings:

AviSource("Blah.avi")
KenKunNR (strength=256, radius=2, threshold=6)




Back to WarpSharp