pooksahib
24th December 2025, 06:52
My PC runs Win11 64-bit. Using Universal Avisynth Installer, I've installed 32-bit avisynth (v2.6.0) and 64-bit avisynth (v3.7.0).
Into the plugins folder of each version I put:
QTGMC.avsi
Zs_RF_Shared.avsi
masktools2.dll
mvtools2.dll
nnedi3.dll
RgTools.dll
This let me run scripts containing QTGMC(). But I want to use QTGMC's EzDenoise and so the plugin folders now contain:
fft3dfilter
I took the 32-bit version of libfftw3f-3.dll and copied/renamed it FFTW3.dll putting both into SysWow64.
I took the 64-bit version of libfftw3f-3.dll and copied/renamed it FFTW3.dll putting both into system32.
Now to my problem: when I open a script with my 64-bit MeGUI I can happily include the line
QTGMC(InputType=1, EzDenoise=1.0, Preset="medium")
But 32-bit MeGUI will only run basic QTGMC. Including EzDenoise throws up an error:
Evaluate: Unrecognized exception!
(Zs_RF_Shared.avsi, line1631)
(Zs_RF_Shared.avsi, line1631) ## yes, it was repeated
(QTGMC.avsi, line 812)
Line 1631 of Zs_RF_shared.avsi begins:
input.FFT3DFilter(sigma=sigma, beta=beta, bw=bw, bh=bh, bt=bt, ow=ow, oh=oh, ….....
The whole of line 812 of QTGMC.avsi is:
noiseWindow.sneo_FFT3D( u=ChromaNoise ? 3 : 2,v=ChromaNoise ? 3 : 2, sigma=Sigma, bt=noiseTD, ncpu=FftThreads )
Can anyone suggest cause and cure? My sincere and grateful thanks.
Into the plugins folder of each version I put:
QTGMC.avsi
Zs_RF_Shared.avsi
masktools2.dll
mvtools2.dll
nnedi3.dll
RgTools.dll
This let me run scripts containing QTGMC(). But I want to use QTGMC's EzDenoise and so the plugin folders now contain:
fft3dfilter
I took the 32-bit version of libfftw3f-3.dll and copied/renamed it FFTW3.dll putting both into SysWow64.
I took the 64-bit version of libfftw3f-3.dll and copied/renamed it FFTW3.dll putting both into system32.
Now to my problem: when I open a script with my 64-bit MeGUI I can happily include the line
QTGMC(InputType=1, EzDenoise=1.0, Preset="medium")
But 32-bit MeGUI will only run basic QTGMC. Including EzDenoise throws up an error:
Evaluate: Unrecognized exception!
(Zs_RF_Shared.avsi, line1631)
(Zs_RF_Shared.avsi, line1631) ## yes, it was repeated
(QTGMC.avsi, line 812)
Line 1631 of Zs_RF_shared.avsi begins:
input.FFT3DFilter(sigma=sigma, beta=beta, bw=bw, bh=bh, bt=bt, ow=ow, oh=oh, ….....
The whole of line 812 of QTGMC.avsi is:
noiseWindow.sneo_FFT3D( u=ChromaNoise ? 3 : 2,v=ChromaNoise ? 3 : 2, sigma=Sigma, bt=noiseTD, ncpu=FftThreads )
Can anyone suggest cause and cure? My sincere and grateful thanks.