Checkmate: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{Filter
{{Filter
| {{Author/mf}} / prunedtree  
| {{Author/mf}} / prunedtree  
|  
| 2006-03-04
| [http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/checkmate.dll Checkmate]
| [http://web.archive.org/web/20090218093135/http://mf.creations.nl/avs/filters/checkmate.dll Checkmate]
| Rainbow & Dot Crawl Removal
| Rainbow & Dot Crawl Removal
Line 34: Line 34:
  [[AviSource]]("Blah.avi")
  [[AviSource]]("Blah.avi")
  checkmate()
  checkmate()
<br>
== Changelog ==
  Circa 2006:
      - Initial release
<br>
<br>



Revision as of 05:44, 28 November 2013

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


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()






Back to External Filters