Log in

View Full Version : Anti-aliasing Interlaced Sources


ScarAce1989
10th June 2015, 13:18
Hi,

Which Avisynth filter should I use to anti-aliasing interlaced sources? I just encoded a video which original has a height of 480 pixels. But after encoding the height changed to 960 pixels. I guess I'm missing something...

BakaProxy
10th June 2015, 13:35
How did u deinterlace? Or just simply post the script u used before it doubled in height.

For AA I suggest maa2 for simplicity but if you wanna go a bit more advanced then I suggest using hiaa

ScarAce1989
10th June 2015, 13:48
How did u deinterlace? Or just simply post the script u used before it doubled in height.

For AA I suggest maa2 for simplicity but if you wanna go a bit more advanced then I suggest using hiaa


I use AvsPmod to make a script like this:


cc(y1=50, y2=50, c1=120, c2=256, interlaced=true, yc=2.0, ylimit=true, climit=true)

AAA(Xshrp=15, Yshrp=15, US=0, DS=0, chroma=false)

MSharpen(strength=90, debug=true)

Crop(6, 0, -6, -0)

When I want to use MAA2 I get an error: there is no function named IsY8.

Reel.Deel
10th June 2015, 14:45
When I want to use MAA2 I get an error: there is no function named IsY8.

You need AviSynth 2.6.

ScarAce1989
10th June 2015, 15:29
You need AviSynth 2.6.

Ow yeah ofource. :stupid: