Gargalash
7th December 2010, 17:44
Hello all,
I am experimenting with avisynth x64 and its x64 filters.
I am going though the list of available denoisers and I've hit a wall trying to user FFT3DGPU. As mentioned in the title, I get the following error when I open the script in Vdub x64: Evaluate: Unrecognized exception. It points to this line in my script: FFT3DGPU()
My whole script is this:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\FFT3dGPU.dll")
AVISource("C:\blabla.avi")
FFT3DGPU()
The only hint I found was possibly 2 missing D3Dxxx_42 dlls. I have those in system32 and have also replaced them with the ones provided by the person who ran in the same problem and who solved it with these dlls.
I've reached that point where I have to ask for help!
Any clues what is causing this?
Thanks!
I am experimenting with avisynth x64 and its x64 filters.
I am going though the list of available denoisers and I've hit a wall trying to user FFT3DGPU. As mentioned in the title, I get the following error when I open the script in Vdub x64: Evaluate: Unrecognized exception. It points to this line in my script: FFT3DGPU()
My whole script is this:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\FFT3dGPU.dll")
AVISource("C:\blabla.avi")
FFT3DGPU()
The only hint I found was possibly 2 missing D3Dxxx_42 dlls. I have those in system32 and have also replaced them with the ones provided by the person who ran in the same problem and who solved it with these dlls.
I've reached that point where I have to ask for help!
Any clues what is causing this?
Thanks!