ASTDR

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Syntax and Parameters)
Line 30: Line 30:
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef|ASTDR (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem")}}
 
:{{Template:FuncDef|ASTDR (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem")}}
:{{Template:FuncDef|ASTDRmc (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem")}}
+
:{{Template:FuncDef|ASTDRmc (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem", int "thSAD")}}
 
<br>
 
<br>
 
::{{Par2| |clip| }}
 
::{{Par2| |clip| }}
Line 58: Line 58:
 
:::Set to <tt>true</tt> to use an edge mask.
 
:::Set to <tt>true</tt> to use an edge mask.
 
<br>
 
<br>
 +
 
== Examples ==
 
== Examples ==
 
ASTDR with default settings:
 
ASTDR with default settings:

Revision as of 08:52, 31 December 2016

Abstract
Author AmjadSONY
Version v1.53 and ASTDRmc v1.5
Download ASTDR.avsi
Category Rainbow & Dot Crawl Removal
License
Discussion Doom9 Thread

Contents

Description

ASTDR - A Spatio-Temporal DeRainbowing function. ASTDRmc is a motion-compensated variant that helps avoid chroma bleeding in moving scenes.

Requirements

Required Plugins

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

ASTDRmc requires a few more plugins: MVTools and TEMmod if you're using AviSynth 2.6 or TEdgeMask for 2.5.

Syntax and Parameters

ASTDR (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem")
ASTDRmc (clip input, int "strength", int "tempsoftth", int "tempsoftrad", int "tempsoftsc", float "blstr", int "tht", int "FluxStv", int "dcn", bool "edgem", int "thSAD")


clip   =
Input clip.


int  strength = 5
hqdn3d's cs and ct parameters.


int  tempsoftth = 30
int  tempsoftrad = 3
int  tempsoftsc = 3
TemporalSoften's chroma_threshold, radius, and scenechange parameters.


float  blstr = 0.5
Blur strength.


int  tht = 255
mt_motion's thT parameter.


int  FluxStv = 75
FluxSmoothST's temporal_threshold and spatial_threshold parameters.


int  dcm = 15
DeCross' Noise parameter.


bool  edgem = false
Set to true to use an edge mask.


Examples

ASTDR with default settings:

AviSource("Blah.avi")
ASTDR(strength=5, tempsoftth=30, tempsoftrad=3, tempsoftsc=3, blstr=0.5, tht=255, FluxStv=75, dcn=15, edgem=false)


Changelog

Version         Date(D/M/Y)      Changes
v1.53 06/10/2016 - [1] v1.52 25/01/2016 - [2] v1.51 07/06/2015 - [3] v1.50 10/05/2015 - [4] v1.49 27/04/2015 - [5] [6] v1.47 22/12/2014 - [7] v1.45 21/12/2014 - [8] v1.4 21/12/2014 - [9] v1.2 04/02/2014 - [10] v1.0 04/02/2014 - [11] Initial release


External Links




Back to External Filters


Personal tools