Checkmate: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
| Line 15: | Line 15: | ||
:* [[YV12]] | :* [[YV12]] | ||
<br> | <br> | ||
== Syntax == | |||
:{{Template:FuncDef|checkmate(clip, int "thr", int "max", int "tthr2")}} | |||
== Parameters == | == Parameters == | ||
::{{Par|thr|int|}} | ::{{Par|thr|int|}} | ||
:::Controls the spatial filter, higher values will blend more. | :::Controls the spatial filter, higher values will blend more. | ||
| Line 27: | Line 27: | ||
:::Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely. | :::Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely. | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") | ||
Revision as of 03:33, 8 November 2013
| Abstract | |
|---|---|
| Author | mf / prunedtree |
| Version | |
| Download | Checkmate |
| Category | Rainbow & Dot Crawl Removal |
| Requirements |
|
| License | Closed source |
| Discussion | |
Introduction
- Spatial and temporal dot crawl removal.
Requirements
Syntax
- checkmate(clip, int "thr", int "max", int "tthr2")
Parameters
- 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.