hydra3333
17th November 2009, 07:24
Have an old VHS video tape, and am wondering how to "improve" it before using HCenc and DVDing it to watch.
http://rapidshare.com/files/308154030/zzz-farrington.avi 5Mb extract
This is the what I am using now, but am hoping someone can make suggestions...
SetMTmode(mode=5,threads=4) # start with mode=5
SetMemoryMax(128)
# ... loaded plugins here
# D/L http://rapidshare.com/files/308154030/zzz-farrington.avi
# delete http://rapidshare.com/files/308154030/zzz-farrington.avi.html?killcode=2118630683703364806
AviSource("G:\DVD\Farrington\zzz-farrington.avi", audio=false)
AssumeFPS(25)
SetMTmode(mode=2,threads=4) # mode=2 for temporal multi-threading (interleaved frames)
CropBottom(16)
AddBorders(0,8,0,8)
global resizeWidth = 704
global resizeHeight = 576
global resizeBorderHalfHeight = 0
#progressive-only MSUPER/MDegrain2 for use with SetMTMode(2)
super = MSuper(pel=2,chroma=true)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, blksize=8, overlap=4, chroma=true)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, blksize=8, overlap=4, chroma=true)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, blksize=8, overlap=4, chroma=true)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, blksize=8, overlap=4, chroma=true)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400,plane=4)
#spline36resize(resizeWidth,resizeHeight).LimitedSharpenFaster(smode=4,strength=100)
lanczos4resize(resizeWidth,resizeHeight).LimitedSharpenFaster(smode=4,strength=110)
#Addborders(0, resizeBorderHalfHeight, 0, resizeBorderHalfHeight)
#ScriptClip("""subtitle("Clip Frame " + string(current_frame),size=25)""")
#ScriptClip("""subtitle("resizeBorderHalfHeight="+string(resizeBorderHalfHeight) + " resizeWidth="+string(resizeWidth) + "resizeHeight"+string(resizeHeight) ,size=25)""")
Converttoyv12()
SetPlanarLegacyAlignment(True)
Distributor()
http://rapidshare.com/files/308154030/zzz-farrington.avi 5Mb extract
This is the what I am using now, but am hoping someone can make suggestions...
SetMTmode(mode=5,threads=4) # start with mode=5
SetMemoryMax(128)
# ... loaded plugins here
# D/L http://rapidshare.com/files/308154030/zzz-farrington.avi
# delete http://rapidshare.com/files/308154030/zzz-farrington.avi.html?killcode=2118630683703364806
AviSource("G:\DVD\Farrington\zzz-farrington.avi", audio=false)
AssumeFPS(25)
SetMTmode(mode=2,threads=4) # mode=2 for temporal multi-threading (interleaved frames)
CropBottom(16)
AddBorders(0,8,0,8)
global resizeWidth = 704
global resizeHeight = 576
global resizeBorderHalfHeight = 0
#progressive-only MSUPER/MDegrain2 for use with SetMTMode(2)
super = MSuper(pel=2,chroma=true)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, blksize=8, overlap=4, chroma=true)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, blksize=8, overlap=4, chroma=true)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, blksize=8, overlap=4, chroma=true)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, blksize=8, overlap=4, chroma=true)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400,plane=4)
#spline36resize(resizeWidth,resizeHeight).LimitedSharpenFaster(smode=4,strength=100)
lanczos4resize(resizeWidth,resizeHeight).LimitedSharpenFaster(smode=4,strength=110)
#Addborders(0, resizeBorderHalfHeight, 0, resizeBorderHalfHeight)
#ScriptClip("""subtitle("Clip Frame " + string(current_frame),size=25)""")
#ScriptClip("""subtitle("resizeBorderHalfHeight="+string(resizeBorderHalfHeight) + " resizeWidth="+string(resizeWidth) + "resizeHeight"+string(resizeHeight) ,size=25)""")
Converttoyv12()
SetPlanarLegacyAlignment(True)
Distributor()