View Single Post
Old 29th September 2012, 10:42   #3  |  Link
Taurus
Registered User
 
Taurus's Avatar
 
Join Date: Mar 2002
Location: Krautland
Posts: 903
Quote:
Originally Posted by AzraelNewtype View Post

Alternately: don't use mt at all, as whatever the potential speedups you'd probably be done by now if you used single threaded avisynth rather than crashing repeatedly with a massively unstable product.
Heh,heh,
I use Avisynth MT for years now...
It all depends on the source and some stable plugins.
As an example, DV Avi works best with:
Code:
SetMemoryMax(682) # set to your needs
SetMTMode(5,4) # second number set the cores/threads of your cpu.
Fiddle around for stability.
And there is a typo in your script:
Code:
Interleave(evn,odd)
should be "even"
Don't know about Convolution3D if it's MT capable.
Cheers
Taurus is offline   Reply With Quote