WarpSharp/KenKunNRT

From Avisynth wiki
Jump to: navigation, search

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

Syntax and Parameters

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


clip   =
Input clip.


int  strength = 256
Denoising strength.


int  radius = 2
Radius.


int  threshold = 20
Threshold.


Examples

KenKunNRT with default settings:

AviSource("Blah.avi")
KenKunNRT (strength=256, radius=2, threshold=20)




Back to WarpSharp

Personal tools