View Single Post
Old 10th April 2010, 04:20   #1  |  Link
Dogway
Registered User
 
Join Date: Nov 2009
Posts: 2,361
2 issues: Dering & Deshake

I came to this awful source inside a DVD, so some questions:

source 38Mb Sendspace

This source has a very strong ringing, I cant even remove it with Dehalo_alpha, some suggestions?

The other thing is deshake, the image jitters constantly so I tried Depan as described in Fred's film restoration script, playing mostly with cutoff and maxstabH variable values, I also increased range for accuracy and tweaked trust to look for improvements, but I really didnt see any. Does anyone know a better way or a better script to deshake? Ive heard of "deshaker by gunnar thalin" and "stab", but I dont know if they can perform better than Fizick's

Also, is this 8:9 or 4320:4739 as stated here?

Quote:
setmemorymax(768)
SetMTmode(5)
DGDecode_MPEG2Source("dvd.d2v")
SetMTmode(2)

AssumeFPS(30000,1001)
TFM(order=1,slow=2)
TDecimate()

source1=last
stab_reference= source1.crop(12,2,-8,0).greyscale().invert()
maxstabH=10
maxstabV=maxstabH
mdata=DePanEstimate(stab_reference,trust=1.0,dxmax=maxstabH,dymax=maxstabV,range=24,pixaspect=0.888)
DePanStabilize(source1,data=mdata,cutoff=0.2,dxmax=maxstabH,dymax=maxstabV,method=1,mirror=15,pixaspect=0.888)
crop(12,2,-8,0)
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread
Dogway is offline   Reply With Quote