Log in

View Full Version : broken multithread?


Snake91
25th February 2010, 23:00
Hi, in the last period I've experienced a lot of problems with x264 both 32 and 64 bit (I'm using avs2yuv on Win7 64), if I use avisynth input (only dss and lsf) it will be ALWAYS single thread regardless if I place SetMTMode (I'm using 2.5.8 with modified mt.dll and avisynth.dll) or not. If I use internal splitters all goes fine. What's happening?

Blue_MiSfit
25th February 2010, 23:56
Try using distributor() as the last line in your script, or use MT(...) calls instead of SetMTMode.

~MiSfit

Boulder
26th February 2010, 22:07
Where did you place the SetMTMode line? You shouldn't need Distributor() if you have a recent x264 build.