YAHR: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m →Required Plugins: add note |
|||
| (13 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{FilterCat4|External_filters|scripts|Restoration_filters|Dehalo}} | ||
{{ | {{Filter3 | ||
|Didée | |Didée | ||
|1.0 | |1.0 | ||
|[http://avisynth. | |[http://avisynth.nl/images/YAHR.avsi YAHR.avsi] | ||
| | |Dehalo | ||
| | | | ||
|6=[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Thread]}} | |||
|}} | |||
== Description == | |||
'''Y''''et '''A''''nother '''H''''alo '''R''''educing script to reduce halos from over enhanced edges.<br> | |||
== | <br> | ||
== Requirements == | |||
'''Y'''et '''A'''nother '''H'''alo '''R'''educing script | * 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]] | |||
=== | === Required Plugins === | ||
*[[aWarpSharp]] | Latest version of the following plugins are recommended unless stated otherwise.<br> | ||
*[[ | *<strike>[[aWarpSharp]]</strike> | ||
*[[MedianBlur]] | *[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp. | ||
*[[MaskTools2]] | |||
*<strike>[[MedianBlur]]</strike> | |||
*[[MedianBlur2]] - recommended drop-in replacement for MedianBlur. | |||
*[[MinBlur]] | *[[MinBlur]] | ||
*[[RemoveGrain]] | *<strike>RemoveGrain and Repair - part of the [[RemoveGrain v1.0b]] package.</strike> | ||
*[ | *[[RgTools]] - recommended drop-in replacement for RemoveGrain & Repair! | ||
<br> | |||
== [[Script variables|Syntax and Parameters]] == | |||
YAHR only take an input clip and does not have any other parameters.<br> | |||
"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 [[RgTools/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> | |||
:{{Template:FuncDef|YAHR (''clip'' clp)}} | |||
<br> | |||
::{{Par2|clp|clip| }} | |||
:::Input clip. | |||
<br> | |||
== Examples == | == Examples == | ||
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") | ||
YAHR() | YAHR() | ||
<br> | |||
== Links == | == External Links == | ||
*[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion. | |||
<br> | |||
<br> | |||
----------------------------------------------- | |||
'''Back to [[External_filters#Dehaloing|External Filters]] ←''' | |||
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 ←