dubhater / vapoursynth-mvtools

Motion compensation and stuff
181 stars 27 forks source link

MVShow support #65

Open NSQY opened 1 year ago

NSQY commented 1 year ago

The Avisynth ver of mvtools has a number of functions that never made it to the vapoursynth port, such as MVShow which is used to provide debug information from analyse.

super = MSuper(pel=1, mt=false)
forward_vec1 = MAnalyse(super, isb = false, chroma=false, delta = 1, mt=false)
MShow(super, showsad=true, forward_vec1, thSCD1=2000, thSCD2=2000)