logo Sign In

Post #309767

Author
Oldschooljedi
Parent topic
GOUT image stabilization - Released
Link to post in topic
https://originaltrilogy.com/post/id/309767/action/topic#309767
Date created
11-Feb-2008, 6:51 AM
Oops, now I have this error again and need a little help. I did upload a little clip of my encodings:

Link

Could you take a look at it?

Look at the top black bar.

Any ideas what is wrong with the script?

Here it is (modified for PAL-source):

mpeg2source("C:\ANH.d2v")

orig=Crop(0,124,0,-126,align=true)

temp=TemporalSoften(orig,48,255,255,10,2)
source=interleave(temp,orig,temp)

mdata=DePanEstimate(source, range=1, trust=0, dxmax=1, dymax=0)
DePan(source, data=mdata, offset=1)

selectevery(3,2)

a=EEDI2().TurnRight().EEDI2().TurnLeft().trim(0,58642)
b=EEDI2(maxd=15,nt=8).TurnRight().EEDI2(maxd=15,nt=8).TurnLeft().trim(58643,58994) #needed for interrogation scene
c=EEDI2().TurnRight().EEDI2().TurnLeft().trim(58995,0)
a+b+c

FFT3DFilter(sigma=2.5, sharpen=1.7)

Crop(16,0,-8,-2,align=true)

Lanczos4Resize(720,432)

Levels(8,1,255,0,255) #8 is bare minimum to fix "Tie matte scene"
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
#show=1 highlights removed spots
tweak(sat=1.08)
addborders(0,72,0,72)

P.S.:

When I use exactly the script you posted, I get the avisynth-error: "width not a multible of 16", probably because my source is PAL.