DeCross: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
Created page with "{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}} {{Filter | {{Author/minamina}} | | [http://nullinfo.s21.xrea.com/cgi/counter/count.xcg?down=De..." |
|||
| Line 20: | Line 20: | ||
:{{Template:FuncDef|DeCross(clip, int "ThresholdY", int "Noise", int "Margin", bool "Debug")}} | :{{Template:FuncDef|DeCross(clip, int "ThresholdY", int "Noise", int "Margin", bool "Debug")}} | ||
<br> | <br> | ||
::{{Par| | ::{{Par|ThresholdY|int|30}} | ||
::: | :::Range: 0 - 255 | ||
::::Edge detection threshold. | |||
::{{Par| | :::::Lower values increase edge detection. | ||
::: | <br> | ||
::{{Par|Noise|int|60}} | |||
::{{Par| | :::Range: 0 - 255 | ||
::: | ::::Anything beyond this value is considered as noise. | ||
<br> | |||
::{{Par|Margin|int|1}} | |||
:::Range: 0 - 4 | |||
::::Expands the edge mask left and right. | |||
<br> | |||
::{{Par|Debug|debug|false}} | |||
:::Shows the area where the filter is being applied. | |||
:::Useful for seeing the effects of ThresholdY and Margin. | |||
<br> | <br> | ||
Revision as of 04:39, 15 November 2013
| Abstract | |
|---|---|
| Author | minamina |
| Version | |
| Download | Rainbow & Dot Crawl Removal |
| Category |
|
| Requirements | GPL |
| License | |
| Discussion | |
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.