Checkmate
From Avisynth wiki
(Difference between revisions)
(Created page with "{{FilterCat|External_filters|Restoration_filters|Rainbow & Dot Crawl Removal}} {{Filter | {{Author/mf}} / prunedtree | | [http://web.archive.org/web/20090218093135/http://mf...") |
m (→Changelog) |
||
| Line 32: | Line 32: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
| − | + | Circa 2006: | |
| + | - Initial release | ||
<br> | <br> | ||
| + | |||
== Links == | == Links == | ||
:[http://www.aquilinestudios.org/avsfilters/dotcrawl.html#checkmate Scintilla's Guide] - Unofficial documentation | :[http://www.aquilinestudios.org/avsfilters/dotcrawl.html#checkmate Scintilla's Guide] - Unofficial documentation | ||
:[http://forum.doom9.org/showpost.php?p=1571520&postcount=20 Doom9 Forum] - Archived download. | :[http://forum.doom9.org/showpost.php?p=1571520&postcount=20 Doom9 Forum] - Archived download. | ||
Revision as of 15:15, 5 November 2013
| Abstract | |
|---|---|
| Author | mf / prunedtree |
| Version | |
| Download | Checkmate |
| Category | Rainbow & Dot Crawl Removal |
| Requirements |
|
| License | Closed source |
| Discussion | |
Contents |
Introduction
- Spatial and temporal dot crawl removal.
Requirements
Parameters
- checkmate(clip, int "thr", int "max", int "tthr2")
- 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.