I'm trying to use FFT3DFilter with MT but MeGUI crash.
With this simple script you can see it.
SetFilterMTMode("DEFAULT_MT_MODE", 2)
FFT3DFILTER(sigma=3)
Prefetch(6)
Not sure why MeGUI shutdown when try to load. I notice this happen when using Prefetch(4) or more less work fine.
When using Prefetch(4) MeGUI not shutdown immediately but in video preview gives this error "Could not read AVS frame " then MeGUI it freezes.
With 8 bits not happen MeGUI not crash/shutdown.
I'm using FFT3DFilter by pinterf.
Not logs because auto shutdown MeGUI when load the script
Video: https://mega.nz/#!FlNhTAbB!XFdSKaPtgo8qnquXeSIB5RmoxyqZemzayouToCQZdz4
Thanks for the report.
You are using a recent version of the filter?
https://github.com/pinterf/fft3dfilter/releases#
Could you also please post your full avs script? And it may be worth to do an update to MeGUI 2890.
Yes i'm using pinterf filter.
But i solve this issue long time ago and the problem is 32 bit limitation switching to 64 bit the error is gone.
Thanks for the feedback