DeCross
From Avisynth wiki
(Difference between revisions)
m (→Description) |
m |
||
Line 8: | Line 8: | ||
* YUY2 | * YUY2 | ||
* YV12 | * YV12 | ||
− | | | + | | [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] |
|}} | |}} | ||
<br> | <br> |
Revision as of 01:26, 24 November 2013
Abstract | |
---|---|
Author | minamina |
Version | v0.0.02 |
Download | DeCross |
Category | Rainbow & Dot Crawl Removal |
Requirements |
|
License | GPLv2 |
Discussion |
Contents |
Description
- DeCross is a cross color reduction plugin, useful for reducing rainbows. DeCross is based on CrossColor, an AviUtl plugin by Shou.
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 equal to or greater than 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") DeCross()
Changelog
2004/02/01 v0.0.02 - Fixed a problem were DeCross could not be loaded using AviSynth 2.0.x and LoadPluginEx.
2003/12/26 v0.0.01 - Initial Release.
Links
- Doom9 Forum - DeCross discussion.