DeHaloHmod
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) (redirect for convenient searching) |
(documentation (not complete yet)) |
||
Line 1: | Line 1: | ||
− | # | + | {{FilterCat4|External_filters|Scripts|Restoration_filters|Dehalo}} |
− | {{ | + | {{Filter3 |
+ | |AmjadSONY | ||
+ | |22/10/2015 | ||
+ | |[http://pastebin.com/raw/D6M00iYG DeHaloHmod.avsi] | ||
+ | |Dehalo | ||
+ | | | ||
+ | |6=[http://forum.doom9.org/showthread.php?t=145898#post1675762 Doom9 Thread]}} | ||
+ | == Description == | ||
+ | [[DeHaloHmod]] - a modfificaition of <tt>DeHaloH</tt> by Vitaliy Gorbatenko.<br> | ||
+ | <br> | ||
+ | == Requirements == | ||
+ | *AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater] | ||
+ | *[[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | ||
+ | *Supported color formats: [[YV12]] | ||
+ | |||
+ | === Required Plugins === | ||
+ | Latest versions of the following filters are recommended unless stated otherwise.<br> | ||
+ | *[[MaskTools2]] | ||
+ | *[[SmoothUV]] <!--(only required when mode=0 / 3)--> | ||
+ | *[[TBilateral]] | ||
+ | <br> | ||
+ | |||
+ | == [[Script variables|Syntax and Parameters]] == | ||
+ | :{{Template:FuncDef|DeHaloHmod (clip input, int "Radius", int "Str", bool "Maska", bool "strong", int "mode", int "thr", string "exdehalo")}} | ||
+ | <br> | ||
+ | ::{{Par2|clp|clip| }} | ||
+ | :::Input clip. | ||
+ | <br> | ||
+ | ::{{Par2|Radius|int|2}} | ||
+ | ::: | ||
+ | <br> | ||
+ | ::{{Par2|Str|int|3}} | ||
+ | ::: | ||
+ | <br> | ||
+ | ::{{Par2|Maska|bool|false|}} | ||
+ | :::Set to <tt>true</tt> to show mask. | ||
+ | <br> | ||
+ | ::{{Par2|strong|bool|true}} | ||
+ | :::Only has an effect when mode is set to 0. | ||
+ | <br> | ||
+ | ::{{Par2|mode|int|3}} | ||
+ | :::Masking mode. | ||
+ | <br> | ||
+ | ::{{Par2|thr|int|140}} | ||
+ | :::Threshold, Only has an effect when mode is not set to 0. | ||
+ | <br> | ||
+ | ::{{Par2|external|string| }} | ||
+ | :::You can use it with an external dehalo filter like this: <code>DeHaloHmod(exdehalo="[[BlindDeHalo3]](4,4)")</code>. | ||
+ | <br> | ||
+ | == Examples == | ||
+ | DeHaloHmod with default values. | ||
+ | [[AviSource]]("Blah.avi") | ||
+ | DeHaloHmod(Radius=2, Str=3, Maska=false, strong=true, mode=3, thr=140) | ||
+ | <br> | ||
+ | == Changelog == | ||
+ | Version Date(D/M/Y) Changes<br> | ||
+ | 22/10/2015 - [http://pastebin.com/D6M00iYG] | ||
+ | 30/10/2014 - [http://pastebin.com/GhVpsids] | ||
+ | 27/08/2014 - Initial release[http://pastebin.com/LtaC7ECe] | ||
+ | <br> | ||
+ | == External Links == | ||
+ | <br> | ||
+ | <br> | ||
+ | ----------------------------------------------- | ||
+ | '''Back to [[External_filters#Dehaloing|External Filters]] ←''' | ||
+ | ----------------------------------------------- |
Revision as of 14:53, 3 January 2016
Abstract | |
---|---|
Author | AmjadSONY |
Version | 22/10/2015 |
Download | DeHaloHmod.avsi |
Category | Dehalo |
License | |
Discussion | Doom9 Thread |
Contents |
Description
DeHaloHmod - a modfificaition of DeHaloH by Vitaliy Gorbatenko.
Requirements
- AviSynth 2.5.8 or greater
- Progressive input only
- Supported color formats: YV12
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")
- clip clp =
- Input clip.
- clip clp =
- int Radius = 2
- int Radius = 2
- int Str = 3
- int Str = 3
- bool Maska = false
- Set to true to show mask.
- bool Maska = false
- bool strong = true
- Only has an effect when mode is set to 0.
- bool strong = true
- int mode = 3
- Masking mode.
- int mode = 3
- int thr = 140
- Threshold, Only has an effect when mode is not set to 0.
- int thr = 140
- string external =
- You can use it with an external dehalo filter like this:
DeHaloHmod(exdehalo="BlindDeHalo3(4,4)")
.
- You can use it with an external dehalo filter like this:
- string external =
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]
External Links
Back to External Filters ←