This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Some filters do not work
#11
Okay,.. that is strange.
Doesn't the script include these two lines:
LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\LoadDll.dll")
LoadDLL("I:\Hybrid\64bit\Avisynth\avisynthPlugins\libfftw3f-3.dll")
with adjusted paths,.. ?

Cu Selur
Reply
#12
Quote:ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\PLUGIN~1\ConvertStacked.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\hqdn3d.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\neo-fft3d.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\FFT3dGPU.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\dither.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\KNLMeansCL.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\neo-dfttest.dll")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\dither.avsi")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\TemporalDegrain-v2.4.2.avsi")
LoadCPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\ffms2.dll")
# loading source: D:\My Programms\MPEG Programs\AA-CODECS\Hybrid\bug\Gym.avi
# color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited
FFVideoSource("D:\My Programms\MPEG Programs\AA-CODECS\Hybrid\bug\Gym.avi",cachefile="C:\Windows\Temp\avi_110ee8d245f94bd3a8c8acb9eb0c8636_853323747_1_0.ffindex",fpsnum=30000,fpsden=1001,colorspace="YV12")
# current resolution: 720x544
# filtering
# grain handling
TemporalDegrain2()
PreFetch(6)
# setting output fps to 29.970fps
AssumeFPS(30000,1001)
# output: color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited
return last
Reply
#13
Ah, must have removed them in that build.
-> will compile another one and send you a link in a few minutes.
Reply
#14
TemporalDegrain2 not working

Quote:Avisynth preview error: -> Cannot load file 'C:/PROGRA~1/Hybrid/64bit/Avisynth/AVISYN~1/FFT3dGPU.dll'. Platform returned code 127: The specified procedure could not be found. (C:\Windows\Temp\tempPreviewAvisynthFile21_26_09_924.avs, line 11)

Quote:ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\LoadDll.dll")
LoadDLL("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\D3DX9_43.dll")
LoadDLL("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\d3d9.dll")
LoadDLL("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\libfftw3f-3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\PLUGIN~1\ConvertStacked.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\hqdn3d.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\neo-fft3d.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\FFT3dGPU.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\dither.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\KNLMeansCL.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\neo-dfttest.dll")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\dither.avsi")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\TemporalDegrain-v2.4.2.avsi")
LoadCPlugin("C:\PROGRA~1\Hybrid\64bit\Avisynth\AVISYN~1\ffms2.dll")
# loading source: D:\My Programms\MPEG Programs\AA-CODECS\Hybrid\bug\Gym.avi
# color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited
FFVideoSource("D:\My Programms\MPEG Programs\AA-CODECS\Hybrid\bug\Gym.avi",cachefile="C:\Windows\Temp\avi_110ee8d245f94bd3a8c8acb9eb0c8636_853323747_1_0.ffindex",fpsnum=30000,fpsden=1001,colorspace="YV12")
# current resolution: 720x544
# filtering
# grain handling
TemporalDegrain2()
PreFetch(6)
# setting output fps to 29.970fps
AssumeFPS(30000,1001)
# output: color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited
return last
Reply
#15
Hmm,...
Does it help you copy the msvc*.dll and the vcruntim*.dll files from the 64bit/Avisynth folder to the 64bit/Avisynth/avsyinthPlugins folder?
Reply
#16
(24.03.2022, 19:40)Selur Wrote: Hmm,...
Does it help you copy the msvc*.dll and the vcruntim*.dll files from the 64bit/Avisynth folder to the 64bit/Avisynth/avsyinthPlugins folder?

Same result...
Reply
#17
No clue.
May be I find some time to setup a clean Windows 10 VM to try reproduce the issue on the weekend.
(can't reproduce the issue on any of my systems)

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)