DeHaloHmod

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(update documentation to correlate with 09/05/2016 update (still not complete))
Line 56: Line 56:
 
<br>
 
<br>
 
::{{Par2|smooth|bool|false}}
 
::{{Par2|smooth|bool|false}}
:::When set to true, DeHalo_alpha, YAHR2, and TBilateral will be use to create the smoothed clip. When set to false, only TBilateral is used.
+
:::When set to true, it wiil make the Invert mask will be smooth by mt_inflate(155,155) and if exdehalo is not used DeHalo_alpha, YAHR2, and TBilateral will be use to create the smoothed and DeHalo clip. When set to false, only TBilateral is used.
 
<br>
 
<br>
 
== Examples ==
 
== Examples ==

Revision as of 23:56, 24 May 2016

Abstract
Author AmjadSONY
Version 09/05/2016
Download DeHaloHmod.avsi
Category Dehalo
License
Discussion Doom9 Thread

Contents

Description

DeHaloHmod - a modfificaition of DeHaloH by Vitaliy Gorbatenko.

Requirements

Required Plugins

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


Syntax and Parameters

DeHaloHmod (clip input, int "Radius", int "Str", bool "Maska", bool "strong", int "mode", int "thr", string "exdehalo", bool "analog", bool "dirty", bool "smooth")


clip  clp =
Input clip.


int  Radius = 2
Radius, the default value is 2 but it's set to 6 when dirty=true, and 4 when smooth=true.


int  Str = 3
Strength, the default value is 3 but it's set to 6 when smooth=true.


bool  Maska = false
Set to true to show mask.


bool  strong = true
Only has an effect when mode is set to 0.


int  mode = 3
Masking mode.


int  thr = 140
Threshold, Only has an effect when mode is not set to 0.


string  exdehalo =
You can use it with an external dehalo filter like this: DeHaloHmod(exdehalo="BlindDeHalo3(4,4)").


bool  analog = false
When set to true, the edge mask is processed with ColorYUV(autogain=true).


bool  dirty = false
When set to true, a smoothed clip will be use to create the edge mask.


bool  smooth = false
When set to true, it wiil make the Invert mask will be smooth by mt_inflate(155,155) and if exdehalo is not used DeHalo_alpha, YAHR2, and TBilateral will be use to create the smoothed and DeHalo clip. When set to false, only TBilateral is used.


Examples

DeHaloHmod with default values.

AviSource("Blah.avi")
DeHaloHmod(Radius=2, Str=3, Maska=false, strong=true, mode=3, thr=140, analog=false, dirty=false, smooth=false)


Changelog

Version      Date(D/M/Y)      Changes
09/05/2016 - [1] 09/05/2016 - [2] 22/10/2015 - [3] 30/10/2014 - [4] 27/08/2014 - Initial release[5]


External Links




Back to External Filters


Personal tools