Checkmate

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Links)
m (Links)
Line 43: Line 43:
 
*[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.
 +
*[http://forum.videohelp.com/threads/358820-Improving-Dilbert?p=2266862&viewfull=1#post2266862 VideoHelp] - Archived download.

Revision as of 22:43, 25 November 2013

Abstract
Author mf / prunedtree
Version
Download Checkmate
Category Rainbow & Dot Crawl Removal
Requirements
  • YV12
License Closed source
Discussion


Contents

Description

Spatial and temporal dot crawl removal.
Requirements:
- AviSynth 2.5.8 or later
- Supported color formats: YV12



Syntax and Parameters

checkmate(clip, int "thr", int "max", int "tthr2")


thr int =
Controls the spatial filter, higher values will blend more.
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.
tthr2 int =
Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely.


Examples

AviSource("Blah.avi")
checkmate()


Changelog

 Circa 2006:
     - Initial release


Links

Personal tools