WarpSharp/KenKunNRT
From Avisynth wiki
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.
- clip =
- int strength = 256
- Denoising strength.
- int strength = 256
- int radius = 2
- Radius.
- int radius = 2
- int threshold = 20
- Threshold.
- int threshold = 20
Examples
KenKunNRT with default settings:
AviSource("Blah.avi") KenKunNRT (strength=256, radius=2, threshold=20)
Back to WarpSharp ←