Dust
From Avisynth
| Abstract | |
|---|---|
| Author | Steady |
| Version | V5 |
| Download | avisynth.org/warpenterprises/files |
| Category | Denoisers |
| Requirements |
|
| License | closed source |
Contents |
[edit] Description
Dust's dll contains a set of noise reduction filters.
[edit] Filters
| Filter | Description | Color format |
|---|---|---|
| FaeryDust | Uses temporal filtering only. | YUY2/RGB/RGB32/RGB24 |
| SpaceDust | Is just the spatial filter from PixieDust. | YUY2/RGB/RGB32/RGB24 |
| PixieDust | Essentially FaeryDust + SpaceDust (with some twists). | YUY2/RGB/RGB32/RGB24 |
| GoldDust | Uses heavier filtering. | YUY2/RGB/RGB32/RGB24 |
All the above filters work only in YUY2/RGB/RGB32/RGB24. The default is to output the same format as the input. RGB is the same as RGB32. Dust works internally on YUV 4:4:4 planar (one Y, U, and V for each pixel).
[edit] Notes
Since this is a plugin written for the older AviSynth v2.0, it must be loaded via LoadOldPlugins.
[edit] Links
Download the latest version: [1].
Original Doom9 Thread: [2].

