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")
- ThresholdY int = 30
- Range: 0 - 255
- Edge detection threshold.
- Lower values increase edge detection.
- Edge detection threshold.
- Range: 0 - 255
- ThresholdY int = 30
- Noise int = 60
- Range: 0 - 255
- Anything beyond this value is considered as noise.
- Range: 0 - 255
- Noise int = 60
- Margin int = 1
- Range: 0 - 4
- Expands the edge mask left and right.
- Range: 0 - 4
- Margin int = 1
- Debug debug = false
- Shows the area where the filter is being applied.
- Useful for seeing the effects of ThresholdY and Margin.
- Debug debug = false
Examples
AviSource("Blah.avi") checkmate()
Changelog
Circa 2006: - Initial release
Links
- Scintilla's Guide - Unofficial documentation
- Doom9 Forum - Archived download.