YAHR

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
 
:'''Y''''et '''A''''nother '''H''''alo '''R''''educing script.
 
:'''Y''''et '''A''''nother '''H''''alo '''R''''educing script.
  
==== Required Filters ====
+
::Reduces halos from overenhanced edges.
*[[aWarpSharp]]
+
<br>
*[[MaskTools2]] 2.0a48+
+
==== Required Filters: ====
*[[MedianBlur]]
+
:*[[aWarpSharp]]
*[[MinBlur]]
+
:*[[MaskTools2]] 2.0a48+
*[[RemoveGrain]]
+
:*[[MedianBlur]]
*[http://avisynth.org/mediawiki/RemoveGrain Repair.dll] part of the RemoveGrain package
+
:*[[MinBlur]]
 
+
:*[[RemoveGrain]]
 +
:*[http://avisynth.org/mediawiki/RemoveGrain Repair.dll] part of the RemoveGrain package
 +
<br>
 
== Description ==
 
== Description ==
{{Template:FuncDef|YAHR(clip clp)}}
+
:{{Template:FuncDef|YAHR(clip clp)}}
 
+
::YAHR does not have any parameters.
Removes halos from overenhanced edges.
+
:::"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?)" - [http://forum.doom9.org/showpost.php?p=1205878&postcount=13 Didée]
 +
<br>
 
== Examples ==
 
== Examples ==
  
 
  [[AviSource]]("Blah.avi")
 
  [[AviSource]]("Blah.avi")
 
  YAHR()
 
  YAHR()
 
+
<br>
== Links ==
+
== External Links ==
 
Post by Didée : [http://forum.doom9.org/showthread.php?p=1205653#post1205653 link]
 
Post by Didée : [http://forum.doom9.org/showthread.php?p=1205653#post1205653 link]
  
 
Follow the discussion in its [http://forum.doom9.org/showthread.php?p=1205653 Doom9 thread].
 
Follow the discussion in its [http://forum.doom9.org/showthread.php?p=1205653 Doom9 thread].

Revision as of 21:46, 16 October 2013

Abstract
Author Didée
Version 1.0
Download YAHR.avsi
Category Dehalo
Requirements
  • YV12
License
Discussion

Contents

Introduction

Y'et A'nother H'alo R'educing script.
Reduces halos from overenhanced edges.


Required Filters:


Description

YAHR(clip clp)
YAHR does not have any 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


Examples

AviSource("Blah.avi")
YAHR()


External Links

Post by Didée : link

Follow the discussion in its Doom9 thread.

Personal tools