View Single Post
Old 24th November 2009, 19:50   #58  |  Link
maki
Registered User
 
Join Date: Nov 2009
Posts: 12
Right now I just want to change the AntiAliasing. I want to get rid of the jitteriness outlining the characters. I want smooth black lines.

Like here:

http://i48.tinypic.com/2yl8gog.jpg

Except I want the resolution to be at 1280x720.

I used your filter, and this is what I got:

http://i46.tinypic.com/2nklv60.jpg

Quote:
import("C:\Program Files\AviSynth 2.5\plugins\AAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\SAA.avs")
import("C:\Program Files\AviSynth 2.5\plugins\Antialiasing.avs")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\SangNom.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")

MPEG2Source("C:\Documents and Settings\HP_Administrator\My Documents\Vocabulary\air sample.index\air sample.d2v",cpu=0,info=3)
AAA(xres=1280, yres=720, xshrp=20, yshrp=20, us=1, ds=2, chroma=true)
AntiAliasing(th_luma=20, th_croma=20)
coloryuv(levels="tv->pc",gain_u=25)
I took out----.tweak(hue=10,sat=1.2,cont=.9)----. the color was too dark.

It's an improvement from this:

http://i49.tinypic.com/5o5k4g.jpg

A filter that might improve AntiAliasing would be nice. Any ideas?
maki is offline   Reply With Quote