However, when I use the FFT3DFilter function, I get this error:loadplugin("c:\plugins\fft3dfilter.dll")
vid="C:\Users\Naval Wing\Desktop\dankmeme.m2ts"
aud="C:\Users\Naval Wing\Desktop\dankmeme.m2ts"
FFIndex(vid) AudioDub(FFVideoSource(vid), FFAudioSource(vid))
tfm(order=1, field=1, cthresh=14)
TDecimate()
UnDot()
FFT3DFilter()
Spline36Resize(1280,720)
#deinterlace
#crop
#resize
#denoise
"System Exception - Access Violation"
The FFT3DFilter dll is in my Avisynth plugin folders as well as the SysWOW64 and System32 folders. Would really like to make this work.
Also, an offtopic question: Would it be better to use the Resize function after I've applied all my filters or is it better to use it before the filters?
Thank you.