Log in

View Full Version : Outlines around bodies in image how do I remove them?


Socio
10th March 2008, 22:17
Hey all it has been a while and I am pretty rusty;

I stumbled across a fan edit site that has some extended editions of SW EP 1,2, 3 and a enhanced version of episode 4. When I compared them to my box sets the image quality was a bit noisy and blurry probably due to the fan that edited them taking the DVD-9's and compressing them DVD-5's

So I want to process them and regain some of the image quality but do it fairly quickly, I used this script:

Import("C:\Program Files\AviSynth 2.5\plugins\Limitedsharpenfaster.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MT_MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ColorMatrix.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MT.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RepairSSE2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\hqdn3d.dll")

SetMTMode(2)
MT("hqdn3d(0.1,1,4.5,4)
LimitedSharpenFaster(ss_x=2.0,ss_y=2.0,Smode=3,lmode=2,strength=100,wide=true, overshoot=0)")
ColorMatrix()


The image quality improved dramatically however I noticed outlines around bodies and objects and am not sure what is causing it or how to remove them any ideas?

Here is a pic of what I mean:

http://img361.imageshack.us/img361/2236/sw2te6.jpg

Guest
10th March 2008, 22:46
Hey all it has been a while and I am pretty rusty Yeah, you forgot the forum rules, too.

I stumbled across a fan edit site that has some extended editions of SW EP 1,2, 3 and a enhanced version of episode 4. That's a violation of forum rule 6. Thread closed.