MAA

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Required Plugins)
m (minor reformatting, category)
Line 1: Line 1:
{{FilterCat|External_filters|Restoration_filters|Anti-aliasing}}
+
{{FilterCat4|External_filters|Scripts|Restoration_filters|Anti-aliasing}}
[[Category:Scripts]]
+
 
 
{{Filter3
 
{{Filter3
 
| martino, Kintaro, thetoof
 
| martino, Kintaro, thetoof
Line 8: Line 8:
 
|
 
|
 
|}}
 
|}}
 +
 +
 
== Description ==
 
== Description ==
:Anti-aliasing with edge masking by martino, mask using "sobel" taken from Kintaro's useless filterscripts and modded by thetoof for [[Resize|Spline36]] and included in [[AnimeIVTC]].
+
Anti-aliasing with edge masking by martino, mask using "sobel" taken from Kintaro's useless filterscripts and modded by thetoof for [[Resize|Spline36]] and included in [[AnimeIVTC]].<br>
:For an updated and faster version see [[MAA2]].
+
For an updated and faster version see [[MAA2]].<br>
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
:- AviSynth 2.5.8 or later
+
* 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  
+
* [[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]]
+
* Supported color formats: [[YV12]]
 
<br>
 
<br>
 
==== Required Plugins ====
 
==== Required Plugins ====
:*[[MaskTools2]]
+
*[[MaskTools2]]
:*[[SangNom]]
+
*[[SangNom]]
 
<br>
 
<br>
  
Line 39: Line 41:
 
<br>
 
<br>
 
== External Links ==
 
== External Links ==
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Anti-aliasing|External Filters]] &larr;'''
 
'''Back to [[External_filters#Anti-aliasing|External Filters]] &larr;'''

Revision as of 17:17, 20 September 2014


Abstract
Author martino, Kintaro, thetoof
Version
Download
Category Anti-aliasing
License
Discussion


Contents

Description

Anti-aliasing with edge masking by martino, mask using "sobel" taken from Kintaro's useless filterscripts and modded by thetoof for Spline36 and included in AnimeIVTC.
For an updated and faster version see MAA2.

Requirements

  • AviSynth 2.5.8 or later
  • Progressive input only
  • Supported color formats: YV12


Required Plugins


Syntax and Parameters

maa (clip input, int "mask")


clip  input =
Input clip to be processed.


int  mask =
Dummy parameter; ignore.


Examples

AviSource("Blah.avi")
maa()


Changelog


External Links




Back to External Filters

Personal tools