YAHR
From Avisynth wiki
(Difference between revisions)
m (→Syntax and Parameters) |
m (→External Links) |
||
Line 47: | Line 47: | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
− | + | *[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion. | |
− | + | <br> | |
− | + | <br> | |
+ | <br> | ||
+ | ----------------------------------------------- | ||
+ | '''Back to [[External_filters#Dehaloing|External Filters]] ←''' |
Revision as of 13:42, 28 January 2014
Abstract | |
---|---|
Author | Didée |
Version | 1.0 |
Download | YAHR.avsi |
Category | Dehalo |
Requirements |
|
License | |
Discussion |
Contents |
Description
- Y'et A'nother H'alo R'educing script.
- Reduces halos from overenhanced edges.
Requirements
- - AviSynth 2.5.8 or later
- - Supported color formats: YV12
- - Progressive input only
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 ←