staxrip / staxrip

🎞 Video encoding GUI for Windows.
MIT License
2.17k stars 122 forks source link

Getting: Script Error: There is no function named 'FFT3dFilter' #1384

Closed craposoup closed 3 months ago

craposoup commented 4 months ago

I did a clean extract of version c:\StaxRip-v2.40.0-x64 on OS: Win10 Pro, 22H2, AVX

Launched as admin, and tried to deinterlace a .VOB as always, version StaxRip-v2.40.0-x64 is throwing the following error:

Script error: There is no function named 'FFT3DFilter'. (C:\StaxRip-v2.40.0-x64\Apps\Plugins\AVS\Zs_RF_Shared\Zs_RF_Shared.avsi, line 1631) (C:\StaxRip-v2.40.0-x64\Apps\Plugins\AVS\Zs_RF_Shared\Zs_RF_Shared.avsi, line 1631) (C:\StaxRip-v2.40.0-x64\Apps\Plugins\AVS\QTGMC\QTGMC.avsi, line 805) (C:\VOB\VTS_01_1_temp\VTS_01_1.avs, line 23)

I do not face this issue with the previous StaxRip-v2.39.3-x64 Although Crop is selected, I did not select it, looks like a crash.

image

Dendraspis commented 4 months ago

Try to import also .\Apps\Plugins\AVS\FFT3DFilter\fft3dfilter.dll .\Apps\Plugins\Dual\f3kdb Neo\neo-f3kdb.dll right before your call of QTGMC. That should solve the problem.

This will be fixed for the next release...

Dendraspis commented 4 months ago

Can you check if this one works for you without adding imports?

StaxRip v2.40.1 (EXE ONLY)

craposoup commented 4 months ago

Thanks, I tested using the 2.40.1.exe, the errors did not appear however crop is getting auto selected. image

In v2.39.3, Crop does not get automatically selected after selecting a .Vob file image

Dendraspis commented 4 months ago

Check out: https://github.com/staxrip/staxrip/issues/1391#issuecomment-2160013334

craposoup commented 4 months ago

Yep, that took care of the autocrop, thankyou!