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.

[BUG] Avisynth QTGMC Denoising crashes, missing fft3dfilter.dll
#1
Bug 
Using Hybrid Dev version 2020.10.20.1.

Using QTGMC on the Denoise tab for AviSynth causes a crash, "Script error: There is no function named 'FFT3DFilter'. (C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi, line 1533)"

The script...

ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi3.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
# loading source: E:\USER\fin\kaiji\wip\S01D01.mp4
#  color sampling YV12@8, matrix: bt709, scantyp: progressive, luminance scale: limited
FFVideoSource("E:\USER\fin\kaiji\wip\S01D01.mp4",colorspace="YV12")
# current resolution: 720x480
# denoising filtering using QTGMC
# preset: 5, cPreset: 8
QTGMC(Preset="Placebo", InputType=2, TR2=0, Sharpness=0.2, SourceMatch=3, Lossless=0, MatchPreset="Placebo", MatchPreset2="Placebo", ediThreads=2)
PreFetch(4)
return last

...is missing:

LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\fft3dfilter.dll")

Wink
Reply
#2
does this also happen with other presets?
Reply
#3
I haven't tried... I'm about to have to leave the computer for a while.  Tongue
Reply
#4
My current dev seems to already call FFT3DFilter.
-> will send you a link in ~1/2hr.

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)