MAA
From Avisynth wiki
(Difference between revisions)
m (→Required Plugins) |
m |
||
(One intermediate revision by one 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 39: | 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 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 ←