MAA
From Avisynth wiki
(Difference between revisions)
m (→Required Plugins) |
m (minor reformatting, category) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat4|External_filters|Scripts|Restoration_filters|Anti-aliasing}} |
− | + | ||
{{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]].<br> | |
− | + | For an updated and faster version see [[MAA2]].<br> | |
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | + | * 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 | |
− | + | * Supported color formats: [[YV12]] | |
<br> | <br> | ||
==== Required Plugins ==== | ==== Required Plugins ==== | ||
− | + | *[[MaskTools2]] | |
− | + | *[[SangNom]] | |
<br> | <br> | ||
Line 39: | Line 41: | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Anti-aliasing|External Filters]] ←''' | '''Back to [[External_filters#Anti-aliasing|External Filters]] ←''' |
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.
- clip input =
- int mask =
- Dummy parameter; ignore.
- int mask =
Examples
AviSource("Blah.avi") maa()
Changelog
External Links
Back to External Filters ←