MAA
From Avisynth wiki
(Difference between revisions)
(MAA) |
m (→Required Plugins) |
||
Line 18: | Line 18: | ||
<br> | <br> | ||
==== Required Plugins ==== | ==== Required Plugins ==== | ||
+ | :*[[MaskTools2]] | ||
:*[[SangNom]] | :*[[SangNom]] | ||
<br> | <br> |
Revision as of 05:32, 24 June 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.
- clip input =
- int mask =
- Dummy parameter; ignore.
- int mask =
Examples
AviSource("Blah.avi") maa()
Changelog
External Links
Back to External Filters ←