View Single Post
Old 28th October 2018, 19:55   #662  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Quote:
Originally Posted by bruno321 View Post
OK, avisynth updated. Here's the log from AVSMeter:

https://pastebin.com/2hqZYevT

EDIT: OK, I should add that now QTGMC -is- working, but in the same faulty way as described here: https://forum.videohelp.com/threads/...after-srestore
The AVSMeter log shows you have two versions of MaskTools2 (mt_masktools-26.dll) and an old version of SMDegrain.

You probably should remove any Avisynth 2.5 plugins beginning with "R" (you have multiple version of each anyway) and replace them with RGTools. There's an up to date requirements list here.

Did you use the XP specific versions of MaskTools2 and MVTools2?

You probably don't need SSE2Tools.dll anymore (and you have multiple versions).

The log file clearly shows you're missing dependencies for some of the plugins. As you update them, check the required dependencies, They'll either be listed on the plugin's wiki or specified in the readme file included in the download, or something similar.

msvcr71.dll and FFTW3.dll belong in the system32 folder. You should also have libfftw3f-3.dll in there (same file as FFTW3.dll, but some plugins expect different names).

I also spotted a couple of outdated plugins. There's newer versions of Average and nneid3.

I tried your sample from the VideoHelp thread and it's fine for me simply using the following. I'm running XP (QTGMC 3.358s).

QTGMC()
SRestore()

Last edited by hello_hello; 28th October 2018 at 20:03.
hello_hello is offline   Reply With Quote