MAA
From Avisynth wiki
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 ←