rhaz
14th February 2013, 11:01
The source is 25FPS PAL and it is NTSC2PAL transfer (at least that's what I think) it has a lot of ghosting defects in every motion and it is also interlaced.
There's a script I am using, it kinda helped but it still left partial ghosting:
LoadPlugin("DGDecode.dll")
LoadPlugin("UnDot.dll")
LoadPlugin("mt_masktools-26.dll")
LoadPlugin("TDeint.dll")
LoadPlugin("TIVTC.dll")
LoadPlugin("Average.dll")
LoadPlugin("RemoveGrain.dll")
Import("Srestore.avsi")
DGDecode_mpeg2source("test.d2v")
tdeint(mode=1, order=1, field=0, type=2, link=0, mthreshl=6, mthreshc=6, tryweave=false, full=true, sharp=true, denoise=true)
SRestore(frate=23.976)
crop(14, 2, -10, -2)
Lanczos4Resize(640,480) # Lanczos4 (Sharp)
Undot()
Note that I do not know what all these .dlls do, I just read a lot through these forums and put pieces of scripts into one.
Final result (see that stuff around the ear or arm in the right side?):
http://oi48.tinypic.com/15mbn9i.jpg
I also uploaded some .vob sample here (http://www48.zippyshare.com/v/90266521/file.html) (3MB).
There's a script I am using, it kinda helped but it still left partial ghosting:
LoadPlugin("DGDecode.dll")
LoadPlugin("UnDot.dll")
LoadPlugin("mt_masktools-26.dll")
LoadPlugin("TDeint.dll")
LoadPlugin("TIVTC.dll")
LoadPlugin("Average.dll")
LoadPlugin("RemoveGrain.dll")
Import("Srestore.avsi")
DGDecode_mpeg2source("test.d2v")
tdeint(mode=1, order=1, field=0, type=2, link=0, mthreshl=6, mthreshc=6, tryweave=false, full=true, sharp=true, denoise=true)
SRestore(frate=23.976)
crop(14, 2, -10, -2)
Lanczos4Resize(640,480) # Lanczos4 (Sharp)
Undot()
Note that I do not know what all these .dlls do, I just read a lot through these forums and put pieces of scripts into one.
Final result (see that stuff around the ear or arm in the right side?):
http://oi48.tinypic.com/15mbn9i.jpg
I also uploaded some .vob sample here (http://www48.zippyshare.com/v/90266521/file.html) (3MB).