logo Sign In

Post #308444

Author
g-force
Parent topic
Info: GOUT Anti-aliasing
Link to post in topic
https://originaltrilogy.com/post/id/308444/action/topic#308444
Date created
29-Jan-2008, 1:49 AM
So, I've been looking for ways to get rid of some jaggies that I was seeing on some frames of the droid purchase scene, and on a whim I tried Arnie.d's EEDI2().TurnRight().EEDI2().TurnLeft(). It turns out that there are some jaggies that are helped by this method of turning the image and doing it again! Here are some comparison shots of EEDI2() (Top image) and EEDI2().TurnRight().EEDI2().TurnLeft() (bottom image)
http://www.wackychimp.com/uploads/EEDI2.jpg
http://www.wackychimp.com/uploads/EEDI2LR.jpg

I've also been playing around with the black level in order to remove some of the garbage mattes. This line added early in the script seems to work well and is just enough to get rid of the worst of the mattes against a black background.

Levels(8, 1, 255, 0, 255) #check with this scene: trim(133550, -60)

also, some DeSpot stuff I've been working on that gets rid of some offensive junk:

DeSpot(sign=1) #sign=1 removes only black spots and keeps fast motion stars
DeSpot(mscene=0) #mscene=0 removes spots only in very static scenes

I'm going to bed now, I'll post more pics if anyone is interested.

-G