DeHaloHmod: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
documentation (not complete yet)
AmjadSONY (talk | contribs)
No edit summary
Line 2: Line 2:
{{Filter3
{{Filter3
|AmjadSONY
|AmjadSONY
|22/10/2015
|09/05/2016
|[http://pastebin.com/raw/D6M00iYG DeHaloHmod.avsi]
|[http://pastebin.com/raw/jRFB4NDp DeHaloHmod.avsi]
|Dehalo
|Dehalo
|
|

Revision as of 19:17, 9 May 2016

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

Description

DeHaloHmod - a modfificaition of DeHaloH by Vitaliy Gorbatenko.

Requirements

Required Plugins

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


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


clip  clp =
Input clip.


int  Radius = 2


int  Str = 3


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  external =
You can use it with an external dehalo filter like this: DeHaloHmod(exdehalo="BlindDeHalo3(4,4)").


Examples

DeHaloHmod with default values.

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


Changelog

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





Back to External Filters