Dust/PixieDust
From Avisynth wiki
PixieDust (clip[, int "limit"[, string "output"]])
Plugin: Dust
This is a spatio-temporal denoising filter with partial motion compensation. It works well on medium noise, but is fairly slow and can cause blockiness with motion. Will probably cause a crash if more than one instance per script.
Defaults are :
- limit = 5 (Sets the strength of the temporal filtering, i.e. how much it can change the original pixel. Note that high settings (> ~8) will be 'overridden' by other internal settings. Recommended limit settings 3-8.)
- output can be YUY2/RGB/RGB32/RGB24, the default is to output the same format as the input.
Back to Dust.