Dust/PixieDust

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Note: FilterCat wants 3 categories; if these are <3 repeat the last as needed)
 
m (1 revision)
 

Latest revision as of 16:01, 9 May 2013


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.

Personal tools