Con il tuo stesso processore io sono arriva a 3.2 MHZ (ma si puo fare di meglio) e di conseguenza riesco a far funzionare le seguenti configurazioni:
SetMTMode(5)
ColorMatrix(Mode="Rec.601->Rec.709")
h = 720
ar = float(ffdshow_dar_x)/float(ffdshow_dar_y)
MT("Spline16Resize(int(float(h) * ar), last.height)")
MT("Spline16Resize(last.width, h)", splitvertical=true)
MT("LimitedSharpenFaster(ss_x=1.3, ss_y=1.3, Smode=4, strength=100, wide=false, overshoot=0,soft=10)")
SetMTMode(0)
SetMTMode(5)
ColorMatrix(Mode="Rec.601->Rec.709")
h = 720
ar = float(ffdshow_dar_x)/float(ffdshow_dar_y)
MT("hqdn3d(2)")
MT("Spline16Resize(int(float(h) * ar), last.height)")
MT("Spline16Resize(last.width, h)", splitvertical=true)
MT("LimitedSharpenFaster(ss_x=1.3, ss_y=1.3, Smode=4, strength=100, wide=false, overshoot=0)")
SetMTMode(0)