View Single Post
Old 20th July 2013, 14:27   #2  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Code:
svp_scheduler=true
SetMemoryMax(1024)
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow1.dll")
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow2.dll")
SetMTMode(3,15)
V = ffdshow_source()
SetMTMode(2)
V = V.AssumeTFF()
Interp = V.SeparateFields().selecteven().EEDI2(field=1)
Deinted= V.TDeint(order=1,field=-1,edeint=Interp)
V = V.TFM(mode=6,order=0,PP=6,slow=2,mChroma=true,Clip2=Deinted)
V = V.TDecimate(mode=4) 
S= V.SVSuper("{scale:{up:0,down:4},gpu:1,rc:false}")
A = S.SVAnalyse("{main:{search:{coarse:{distance:-10},bad:{sad:2000}}},refine:[{thsad:250}]}")
V.SVSmoothFps(S, A, "{num:5,den:2,algo:13,mask:{cover:80,area:0,area_sharp:1.2},s cene:{blend:true, mode:0}}", url="www.svp-team.com", mt=15)
GetMTMode(false) > 0 ? distributor() : last
should be the combination of the two
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote