MAA
From Avisynth wiki
(Difference between revisions)
m (minor reformatting, category) |
m |
||
Line 1: | Line 1: | ||
{{FilterCat4|External_filters|Scripts|Restoration_filters|Anti-aliasing}} | {{FilterCat4|External_filters|Scripts|Restoration_filters|Anti-aliasing}} | ||
− | |||
{{Filter3 | {{Filter3 | ||
| martino, Kintaro, thetoof | | martino, Kintaro, thetoof | ||
Line 8: | Line 7: | ||
| | | | ||
|}} | |}} | ||
− | |||
== Description == | == Description == |
Latest revision as of 04:43, 25 September 2014
Abstract | |
---|---|
Author | martino, Kintaro, thetoof |
Version | |
Download | |
Category | Anti-aliasing |
License | |
Discussion |
Contents |
[edit] 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.
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
[edit] Required Plugins
[edit] Syntax and Parameters
- maa (clip input, int "mask")
- clip input =
- Input clip to be processed.
- clip input =
- int mask =
- Dummy parameter; ignore.
- int mask =
[edit] Examples
AviSource("Blah.avi") maa()
[edit] Changelog
[edit] External Links
Back to External Filters ←