YARK
From Avisynth wiki
(Difference between revisions)
m |
(→Examples: corrections) |
||
Line 45: | Line 45: | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
− | + | YARK with default settings: | |
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") | ||
− | + | YARK(thr=10, rad=2, str=25, scd=2, show=false) | |
<br> | <br> | ||
+ | |||
== Changelog == | == Changelog == | ||
Version Date(D/M/Y) Changes<br> | Version Date(D/M/Y) Changes<br> |
Latest revision as of 15:07, 6 March 2016
Abstract | |
---|---|
Author | jase99 |
Version | |
Download | YARK.avsi |
Category | Rainbow & Dot Crawl Removal |
License | |
Discussion |
Contents[hide] |
[edit] Description
YARK - Yet Another Rainbow Killer, based on mfRainbow, ChubbyRain2, and various other Doom9 posts.
[edit] Requirements
[edit] Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
[edit] Syntax and Parameters
- YARK (clip c, int "thr", int "rad", int "str", int "scd", bool "show")
- clip input =
- Input clip.
- clip input =
- int thr = 10
- Threshold as per ChubbyRain2.
- int thr = 10
- int rad = 2
- Temporal smoothing radius as per mfRainbow.
- int rad = 2
- int str = 25
- Temporal smoothing strength as per mfRainbow.
- int str = 25
- int scd = 2
- Scene change detection strength as per mfRainbow.
- int scd = 2
- bool show = false
- Set to true to show mask.
- bool show = false
[edit] Examples
YARK with default settings:
AviSource("Blah.avi") YARK(thr=10, rad=2, str=25, scd=2, show=false)
[edit] Changelog
Version Date(D/M/Y) Changes
06/05/2010 - [1] 30/10/2009 - [2]
[edit] External Links
Back to External Filters ←