View Single Post
Old 10th November 2016, 04:20   #1  |  Link
blaze077
Registered User
 
Join Date: Jan 2016
Posts: 79
Problem with ImageSource in MT

I am using Avisynth+ r2173. When using ImageSource, Avisynth gives the error:

Code:
Only a single prefetcher is allowed per script.
I even tried it on a simple script:
Code:
SetFilterMTMode("DEFAULT_MT_MODE", 2)
ImageReader("C:\Encoding\Masks\OP446_Frame.png")
Prefetch(4)
Is there a fix to this or is there an equally stable higher version of Avisynth+ that fixes this?

Thank you.
blaze077 is offline   Reply With Quote