MAA: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
MAA |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{FilterCat4|External_filters|Scripts|Restoration_filters|Anti-aliasing}} | ||
{{Filter3 | {{Filter3 | ||
| martino, Kintaro, thetoof | | martino, Kintaro, thetoof | ||
| Line 8: | Line 7: | ||
| | | | ||
|}} | |}} | ||
== 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 38: | Line 39: | ||
<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]] ←''' | ||
Latest revision as of 05:43, 25 September 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.
- clip input =
- int mask =
- Dummy parameter; ignore.
- int mask =
Examples
AviSource("Blah.avi") maa()
Changelog
External Links
Back to External Filters ←