Checkmate
From Avisynth wiki
(Difference between revisions)
m |
m (→Syntax and Parameters) |
||
Line 21: | Line 21: | ||
:{{Template:FuncDef|checkmate(clip, int "thr", int "max", int "tthr2")}} | :{{Template:FuncDef|checkmate(clip, int "thr", int "max", int "tthr2")}} | ||
<br> | <br> | ||
− | ::{{Par|thr|int|}} | + | ::{{Par|thr|int|12}} |
:::Controls the spatial filter, higher values will blend more. | :::Controls the spatial filter, higher values will blend more. | ||
− | ::{{Par|max|int|}} | + | ::{{Par|max|int|12}} |
:::Controls the maximum amount by which a pixel's value may change, or something similar. In any case, increasing it will strengthen the filtering. | :::Controls the maximum amount by which a pixel's value may change, or something similar. In any case, increasing it will strengthen the filtering. | ||
− | ::{{Par|tthr2|int|}} | + | ::{{Par|tthr2|int|5}} |
:::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> |
Revision as of 05:06, 28 November 2013
Abstract | |
---|---|
Author | mf / prunedtree |
Version | 2006-03-04 |
Download | Checkmate |
Category | Rainbow & Dot Crawl Removal |
Requirements |
|
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 = 12
- Controls the spatial filter, higher values will blend more.
- thr int = 12
- max int = 12
- 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 = 12
- tthr2 int = 5
- Controls the temporal blending; higher values will blend more. Setting this to 0 disables the temporal blending entirely.
- tthr2 int = 5
Examples
AviSource("Blah.avi") checkmate()
Links
- Scintilla's Guide - Unofficial documentation
- Doom9 Forum - Archived download.
- VideoHelp - Archived download.
Back to External Filters ←