Posts: 11.453
Threads: 63
Joined: May 2017
Argh, okay, that explains the problems. (10+ years old cpu

)
Both akarin and zsmooth require AVX2.
=> Maybe it's find some time tomorrow to add some option to disable akarin and zsmooth.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 11.453
Threads: 63
Joined: May 2017
Uploaded a new dev, which should report "Detected no AVX2 support,..." after start-up in the log, with your CPU.
If not, let me know and additionally try whether it is shown if you add:
to your misc.ini
Once it does report "Detected no AVX2 support,..." try whether this fixes your problems.
Let me know if you find a filter that does not work. (I hope I got all instances where akarin or zsmooth is used, but I'm not 100% sure, since do not have time to test them all atm.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 11.453
Threads: 63
Joined: May 2017
Adjusted a few other filters that required AVX2 and uploaded a new dev.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 479
Threads: 111
Joined: Jul 2020
New dev version installed, debug file attached.
Posts: 11.453
Threads: 63
Joined: May 2017
14.05.2025, 19:56
(This post was last modified: 14.05.2025, 20:05 by Selur.)
Okay, seems like:
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll
is causing the problem on your system,
try replaying:
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll
with the
C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools_old.dll
and try again.
(in case that works, I can some code so that libmvtools_old will be used for none AVX2 systems(
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 479
Threads: 111
Joined: Jul 2020
That worked
Posts: 11.453
Threads: 63
Joined: May 2017
Uploaded a new dev which will automatically use libmvtools_old when noAVX2 is detected.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 479
Threads: 111
Joined: Jul 2020
Thanks, your work is much appreciated.