AAA

From Avisynth wiki
Revision as of 00:03, 20 May 2013 by Admin (Talk | contribs)

Jump to: navigation, search

Contents

Abstract
Author Soulhunter
Version
Download Media:AAA.avs
Category Anti-aliasing
Requirements
  • YV12
License
Discussion

AAA(Xres, Yres, Xshrp, Yshrp, Us, Ds, chroma)

Abstract

Anti-aliasing filter designed for anime.

Parameters

Xres/Yres = The final resolution... InputSize = OutputSize is the default

Xshrp/Yshrp = Unfilter strength... Settings of 15,15 are the defaults

Us = Resizer for upsampling... 0 = PointResize (default) / 1 = Lanczos

Ds = Resizer for downsampling... 0 = Bilinear (default) / 1 = Bicubic / 2 = Lanczos

Chroma = Enable/disable chroma antialiasing... Disable = false (default) / enable = true


Requires Filters

Examples

avisource("Blah.avi")
AAA()
# Or if you don't want to adjust the settings you could just run:
LanczosResize(width*2,height*2).TurnLeft().SangNom().TurnRight().SangNom().LanczosResize(width,height).Unfilter(15,15)

Links

Download Media:AAA.avs

Doom 9 thread

Personal tools