YAHR
From Avisynth wiki
(Difference between revisions)
m (→External Links) |
m (minor reformatting, category) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat4|External_filters|scripts|Restoration_filters|Dehalo}} |
− | {{ | + | {{Filter3 |
|Didée | |Didée | ||
|1.0 | |1.0 | ||
Line 6: | Line 6: | ||
|Dehalo | |Dehalo | ||
| | | | ||
− | + | |6=[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Thread]}} | |
− | |}} | + | |
== Description == | == Description == | ||
− | + | '''Y''''et '''A''''nother '''H''''alo '''R''''educing script to reduce halos from over enhanced edges.<br> | |
− | + | ||
− | + | ||
− | + | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | + | * AviSynth 2.5.8 or later | |
− | + | * [[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]] | |
− | + | <br> | |
==== Required Plugins: ==== | ==== Required Plugins: ==== | ||
− | + | *[[aWarpSharp]] | |
− | + | *[[MaskTools2]] 2.0a48+ | |
− | + | *[[MedianBlur]] | |
− | + | *[[MinBlur]] | |
− | + | *[[RemoveGrain v1.0b/RemoveGrain|RemoveGrain]] - part of the [[RemoveGrain v1.0b]] package. | |
− | + | *[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package. | |
<br> | <br> | ||
− | + | == [[Script variables|Syntax and Parameters]] == | |
− | == Syntax and Parameters == | + | |
:{{Template:FuncDef|YAHR (''clip'' clp)}} | :{{Template:FuncDef|YAHR (''clip'' clp)}} | ||
<br> | <br> | ||
Line 35: | Line 30: | ||
:::Input clip. | :::Input clip. | ||
<br> | <br> | ||
− | + | ::YAHR does not have any other parameters. | |
− | + | ::"An easy way to get it stronger is to just call it two times. For a stronger effect with one instance, replace the "13" in the [[RemoveGrain v1.0b/Repair/Repair|Repair]] line with "12" or even "1". However, things get more n more destructive these ways. (Well, what else?)" - [http://forum.doom9.org/showpost.php?p=1205878&postcount=13 Didée] | |
− | + | ||
− | + | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
− | |||
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") | ||
YAHR() | YAHR() | ||
Line 48: | Line 40: | ||
== External Links == | == External Links == | ||
*[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion. | *[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion. | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Dehaloing|External Filters]] ←''' | '''Back to [[External_filters#Dehaloing|External Filters]] ←''' |
Revision as of 16:19, 20 September 2014
Abstract | |
---|---|
Author | Didée |
Version | 1.0 |
Download | YAHR.avsi |
Category | Dehalo |
License | |
Discussion | Doom9 Thread |
Contents |
Description
Y'et A'nother H'alo R'educing script to reduce halos from over enhanced edges.
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
Required Plugins:
- aWarpSharp
- MaskTools2 2.0a48+
- MedianBlur
- MinBlur
- RemoveGrain - part of the RemoveGrain v1.0b package.
- Repair - part of the RemoveGrain v1.0b package.
Syntax and Parameters
- YAHR (clip clp)
- clip clp =
- Input clip.
- clip clp =
Examples
AviSource("Blah.avi") YAHR()
External Links
- Doom9 Forum - YAHR discussion.
Back to External Filters ←