WarpSharp/KenKunNRT

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(WarpSharp/KenKunNRT)
 
m (Syntax and Parameters: typo)
 
Line 9: Line 9:
 
:::Input clip.
 
:::Input clip.
 
<br>
 
<br>
::{{Par2|depth|int|256|}}
+
::{{Par2|strength|int|256|}}
 
:::Denoising strength.
 
:::Denoising strength.
 
<br>
 
<br>

Latest revision as of 02:55, 4 December 2015

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

[edit] 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.


[edit] Examples

KenKunNRT with default settings:

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




Back to WarpSharp

Personal tools