YARK: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
YARK
 
mNo edit summary
Line 8: Line 8:
|
|
|}}
|}}
<br>
 
== Description ==
== Description ==
<tt>[[YARK]]</tt> - Yet Another Rainbow Killer, based on [[mfRainbow]], [[ChubbyRain2]], and various other Doom9 posts.
<tt>[[YARK]]</tt> - Yet Another Rainbow Killer, based on [[mfRainbow]], [[ChubbyRain2]], and various other Doom9 posts.

Revision as of 23:21, 1 January 2016

Abstract
Author jase99
Version
Download YARK.avsi
Category Rainbow & Dot Crawl Removal
License
Discussion

Description

YARK - Yet Another Rainbow Killer, based on mfRainbow, ChubbyRain2, and various other Doom9 posts.

Requirements

  • AviSynth 2.5.8 or greater
  • Supported color formats: YV12

Required Plugins

Latest versions of the following filters are recommended unless stated otherwise.


YARK (clip c, int "thr", int "rad", int "str", int "scd", bool "show")


clip  input =
Input clip.


int  thr = 10
Threshold as per ChubbyRain2.


int  rad = 2
Temporal smoothing radius as per mfRainbow.


int  str = 25
Temporal smoothing strength as per mfRainbow.


int  scd = 2
Scene change detection strength as per mfRainbow.


bool  show = false
Set to true to show mask.


Examples

mfRainbow with default settings:

AviSource("Blah.avi")
mfRainbow(scd=10, interlaced=false)


Changelog

Version       Date(D/M/Y)      Changes
06/05/2010 - [1] 30/10/2009 - [2]





Back to External Filters