Not working Avisynth preview TemporalDegrain2 filter - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Not working Avisynth preview TemporalDegrain2 filter (/thread-1247.html) |
Not working Avisynth preview TemporalDegrain2 filter - kingcrimsonster - 07.02.2020 Avisynth preview error: Avisynth error �����: Cannot load file 'C:/PROGRA~1/Hybrid/32bit/AVISYN~1/FFT3dGPU.dll'. Platform returned code 126: The specified module could not be found. RE: Not working Avisynth preview TemporalDegrain2 filter - Selur - 07.02.2020 Avisynth script looks fine: LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") Hybrid does use the latest FFT3dGPU 32bit version from https://github.com/pinterf/FFT3dGPU. Assuming you did not modify: - "C:\PROGRA~1\Hybrid\32bit\AVISYN~1\libfftw3f-3.dll" - "C:\PROGRA~1\Hybrid\32bit\AVISYN~1\d3dx9_30.dll" - "C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FFT3dGPU.dll" I got no real clue. You can try whether replacing using the older v0.8.2 (http://avisynth.nl/users/tsp/fft3dgpu0.8.2.7z; extract into you avisynthPlugins folder) helps. Also try a clean reinstall of your graphic card drivers. Cu Selur RE: Not working Avisynth preview TemporalDegrain2 filter - kingcrimsonster - 07.02.2020 Quote:You can try whether replacing using the older v0.8.2 (http://avisynth.nl/users/tsp/fft3dgpu0.8.2.7z; extract into you avisynthPlugins folder) helps.After replacing the filter is working. RE: Not working Avisynth preview TemporalDegrain2 filter - Selur - 07.02.2020 Since this is not a Hybrid bug you might want to report the problem to https://github.com/pinterf/FFT3dGPU with your system info, graphics card and driver version, so pinterf can fix this. Cu Selur |