Mystery
Why are you considering it dead?
Cause I was talking to one of lead developers.
OK, let's say "suspended" if you're not comfortable with term "dead"
https://github.com/AviSynth/AviSynthPlu … ntributors
Anyway, MT branch is buggy and isn't part of official AVS+ release.
it should be easy to port SVP to it
why you think we didn't tried?
in fact anyone with basic knowledge of JavaScript can "port" it, just edit a few lines in generate.js
replace
avs.WriteLine('SetMTMode(3,threads)');
with
avs.WriteLine('SetFilterMTMode("",2)');
avs.WriteLine('SetFilterMTMode("ffdShow_source",3)');
remove
avs.WriteLine('SetMTMode(2)');
replace
avs.WriteLine("distributor()");
with
avs.WriteLine("Prefetch("+threads+")");