View Full Version : Anti aliasing help
MirMika
30th August 2013, 21:42
Hi. I'm trying to remove aliasing from my source but I'm not being well succeeded. The only way I can remove it is using Sangnom() but I lose a lot of details. I've tried a lot of others anti aliasing filters but with no success. Check the screenshot comparison above to see before and after Sangnom().
http://screenshotcomparison.com/comparison/39036
Check the car and the wall. Most of the aliasing is removed but the detail loss is noticeable in the poster in the wall.
Any tip? Ty in advance.
Guest
30th August 2013, 22:46
What is the source and where did you get it?
creaothceann
30th August 2013, 23:16
Well, at least the anime is "Paranoia Agent" (ep.01 "Enter Lil' Slugger"), which was only released on DVD.
I'd just use the AnimeIVTC package.
EDIT: BD? Oh, didn't know about that... interesting.
MirMika
30th August 2013, 23:34
The source is this http://www.amazon.com/Paranoia-Agent-Mousou-Dairinin-Blu-ray/dp/B0053EHQD2
Stereodude
31st August 2013, 00:16
Post your AVIsynth script! :)
MirMika
31st August 2013, 00:35
AVCSource("C:\Users\Micael\Desktop\Encode\video.dga")
SMDegrain(tr=2,thSAD=110,prefilter=2,refinemotion=true,lsb=true,chroma=false,plane=0)
LSFmod(strength=200,preblur="ON",ss_x=1.60,ss_y=1.60)
HQDering()
Sangnom()
Crop(2,4,-4,-2)
Spline36Resize(1280,720)
Stereodude
31st August 2013, 03:36
Can you post a screenshot from your source (completely unprocessed) for the same frame as you have in your comparison above?
It seems like your source only has half the "fields" it should, but has duplicated them.
MirMika
31st August 2013, 04:48
Here it is http://i.imgur.com/j98Gluu.jpg
Stereodude
31st August 2013, 14:45
Yikes... I'm not exactly sure how you fix that. Hopefully someone else can chime in and help you.
Didée
31st August 2013, 16:38
Wonderful HD. The effective resolution in that frame is 720x240. :)
To work on the issue, you first would have to reduce frame resolution to 720x480 again, because that is the pixel resolution where the issue originally has been introduced. And since it is badly deinterlaced SD, in fact 720x240 is all that the source has to offer. Poof, forget about this being HD. It just isn't. Resolution-wise it's just cheaply blown-up SD.
XYZsource("The-BD-that-was-cheaply-upscaled-from-poorly-deinterlaced-SD")
lanczosresize(720,480)
daa3()
nnedi3_rpow2(2,cshift="spline36resize",fwidth=1280,fheight=720)
Something like that. One problem is that the upscale did some minor scaling or cropping on the y-axis -- after plain downscaling, playing with even/odd-deinterlacing reveals that the "true" resolution is not strictly in one field, but spread over both even & odd fields. Therefore daa3, which 'inherently' respects the issue, by averaging even- and odd- interpolation. If someone instead wants to figure the defacto used scaling/cropping on the y-axis, go ahead.
creaothceann
31st August 2013, 17:10
So one may get better results by getting the DVD instead? :p
MirMika
31st August 2013, 22:34
Thank you very much Didée, your solution solved the problem. :thanks:
creaothceann now I'll to have to use the BD xD
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.