YAHR: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m minor touchup |
m →Required Plugins: add note |
||
| Line 17: | Line 17: | ||
=== Required Plugins === | === Required Plugins === | ||
Latest version of the following plugins are recommended unless stated otherwise.<br> | |||
*<strike>[[aWarpSharp]]</strike> | *<strike>[[aWarpSharp]]</strike> | ||
*[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp. | *[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp. | ||
| Line 26: | Line 27: | ||
*[[RgTools]] - recommended drop-in replacement for RemoveGrain & Repair! | *[[RgTools]] - recommended drop-in replacement for RemoveGrain & Repair! | ||
<br> | <br> | ||
== [[Script variables|Syntax and Parameters]] == | == [[Script variables|Syntax and Parameters]] == | ||
YAHR only take an input clip and does not have any other parameters.<br> | YAHR only take an input clip and does not have any other parameters.<br> | ||
Latest revision as of 17:43, 31 October 2015
| Abstract | |
|---|---|
| Author | Didée |
| Version | 1.0 |
| Download | YAHR.avsi |
| Category | Dehalo |
| License | |
| Discussion | Doom9 Thread |
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
Latest version of the following plugins are recommended unless stated otherwise.
aWarpSharp- aWarpSharp2 - recommended drop-in replacement for aWarpSharp.
- MaskTools2
MedianBlur- MedianBlur2 - recommended drop-in replacement for MedianBlur.
- MinBlur
RemoveGrain and Repair - part of the RemoveGrain v1.0b package.- RgTools - recommended drop-in replacement for RemoveGrain & Repair!
YAHR only take an input clip and 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 Repair line with "12" or even "1". However, things get more n more destructive these ways. (Well, what else?)" - Didée
- YAHR (clip clp)
- clip clp =
- Input clip.
- clip clp =
Examples
AviSource("Blah.avi") YAHR()
External Links
- Doom9 Forum - YAHR discussion.
Back to External Filters ←