WarpSharp/KenKunNRT

From Avisynth wiki
Revision as of 02:55, 4 December 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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