Log in

View Full Version : antialiasing from within animeivtc


supernater
24th April 2009, 03:22
Hi there,

When I call antialiasing from within animeivtc, it doesn't work. For example

animeivtc(mode=5, aa=0, iregion="NTSC", oregion="NTSC")
animeivtc(mode=5, aa=1, iregion="NTSC", oregion="NTSC")
animeivtc(mode=5, aa=2, iregion="NTSC", oregion="NTSC")
animeivtc(mode=5, aa=3, iregion="NTSC", oregion="NTSC")
animeivtc(mode=5, aa=4, iregion="NTSC", oregion="NTSC")

All show no antialiasing. I can clearly see antialiasing when I call these externally as ediaa(), maa(), sharpaamcmod(), or daa(). Did I set up animeivtc wrong?

Vitaliy Gorbatenko
24th April 2009, 04:50
mode=5,mode=7 multipass mode. does not make the first pass antialising - a simple time saving. Read in doc "VFR decimation".

supernater
24th April 2009, 11:32
mode=5,mode=7 multipass mode. does not make the first pass antialising - a simple time saving. Read in doc "VFR decimation".

So you mean that it does anti aliasing in those modes but I just can't see it in the megui preview?

Comatose
24th April 2009, 11:40
You will only see it in the second pass. The first pass is not for outputting the video.

Vitaliy Gorbatenko
24th April 2009, 12:28
Temporarily set in script: AnimeIVTC(mode=1, aa=5) and choose what type of antialisinga do you like more.

supernater
24th April 2009, 15:30
You will only see it in the second pass. The first pass is not for outputting the video.

Thank you.

Just to clarify, the megui preview window (when I select "Preview AVS Script" from the avisynth script creator) doesn't show the final result? Do I have that right?

Nightshiver
24th April 2009, 20:14
Yes, you have that right.