DCTFun
From Avisynth wiki
Abstract | |
---|---|
Author | Prunedtree |
Version | 4b |
Download | DCTFun4b |
Category | Spatial Denoisers |
Requirements |
|
License | Closed source |
Discussion |
Contents |
Introduction
- A fast spatial denoiser that does a hard thresholding of a complete 4x4 ICT transform.
Requirements
Parameters
- dctfun4b(clip, float "luma_thresh", float "chroma_thresh")
- luma_thresh float = 3.0
- Luma threshold.
- luma_thresh float = 3.0
- chroma_thresh float = 2.0
- Chroma threshold.
- chroma_thresh float = 2.0
Examples
AviSource("Blah.avi") dctfun4b()
Changelog
2006-02-05 DCTFun4b: - Initial release
Links
- Doom9 Forum - DCTFun4 / DCTFun5 discussion.