View Single Post
Old 23rd February 2017, 22:20   #993  |  Link
videoFred
Registered User
 
videoFred's Avatar
 
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 689
Quote:
Originally Posted by johnmeyer View Post
I did briefly use Groucho's installer and installed the 32-bit version of AVISynth+. I immediately got errors stating that SetMTMode was not supported. I thought that multi-threading was supported, but since it isn't, and since I was mostly interested in the possibility of this version being faster, I immediately uninstalled it, because I'm working against a deadline.

When I have more time, perhaps I'll try it again.
But there are different rules in Avysynth+.
http://avisynth.nl/index.php/AviSynt...orrect_MT_mode

Please remove all SetMTMode() calls from your script.
They are not recognised in Avisynth+.

Then put this at the beginning of your script:
Code:
SetFilterMTMode("DEFAULT_MT_MODE", 2)
And this at the end of your script:
Code:
Prefetch(4)
Fred.
__________________
About 8mm film:
http://www.super-8.be
Film Transfer Tutorial and example clips:
https://www.youtube.com/watch?v=W4QBsWXKuV8
More Example clips:
http://www.vimeo.com/user678523/videos/sort:newest
videoFred is offline   Reply With Quote