View Single Post
Old 20th March 2011, 16:10   #491  |  Link
Delerue
Registered User
 
Join Date: Jun 2005
Posts: 365
Quote:
Originally Posted by nhope View Post
I haven't tested this personally but some are getting more success with SEt's version of AviSynth 2.6. If you use that you might want to use mt_masktools-26.dll, not mt_masktools-25.dll.
Thanks, but it didn't work either. Only single-thread.

Quote:
Originally Posted by -Vit- View Post
Delerue: You cannot always run 1 thread per core because you might run out of memory.
I've managed to get x64 version to work using another version of Avisynth. But no success with multi-thread, again. I'm aware of the problem regarded to huge memory usage when working with lot of threads, but I believe that the problem here has nothing to do with memory as it doesn't matter how many threads I set, it always crash instantly as soon as I put 'distributor()' line. I even tried something like this with no success:

Code:
setMTMode(2,3)
QTGMC( Preset="Fast", EdiThreads=3 )
SelectEven()
distributor()
Delerue is offline