DeCross
From Avisynth wiki
Abstract | |
---|---|
Author | minamina |
Version | |
Download | Rainbow & Dot Crawl Removal |
Category |
|
Requirements | GPL |
License | |
Discussion |
Contents |
Description
- Cross Color Reduction. Reduces rainbows.
Requirements:
Syntax and Parameters
- DeCross(clip, int "ThresholdY", int "Noise", int "Margin", bool "Debug")
- thr int =
- Controls the spatial filter, higher values will blend more.
- thr int =
- max int =
- Controls the maximum amount by which a pixel's value may change, or something similar. In any case, increasing it will strengthen the filtering.
- max int =
- tthr2 int =
- Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely.
- tthr2 int =
Examples
AviSource("Blah.avi") checkmate()
Changelog
Circa 2006: - Initial release
Links
- Scintilla's Guide - Unofficial documentation
- Doom9 Forum - Archived download.