vapoursynth-mvtools icon indicating copy to clipboard operation
vapoursynth-mvtools copied to clipboard

MVShow support

Open NSQY opened this issue 2 years ago • 0 comments

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)

NSQY avatar Feb 11 '23 04:02 NSQY