MAA: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
MAA
 
Line 18: Line 18:
<br>
<br>
==== Required Plugins ====
==== Required Plugins ====
:*[[MaskTools2]]
:*[[SangNom]]
:*[[SangNom]]
<br>
<br>

Revision as of 06:32, 24 June 2014

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

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


maa (clip input, int "mask")


clip  input =
Input clip to be processed.


int  mask =
Dummy parameter; ignore.


Examples

AviSource("Blah.avi")
maa()


Changelog






Back to External Filters