Log in

View Full Version : Avisynth+ x64 can't use MT


Reign
13th July 2017, 19:04
I'm new to Avisynth+ but according to http://avisynth.nl/index.php/AviSynth%2B this script should be correct.

SetFilterMTMode("FFVideoSource", 3)
FFVideoSource("C:\video\01.mkv")
Prefetch(6)
Should work perfectly fine, instead I get this error:
Script error: there is no function named 'SetFilterMTMode'.

I realize that this is the Avisynth+ function and it does not work with Avisynth 2.6 however when I installed Avisynth+ I told it to uninstall 2.6 so I can't see why it would have any problems finding this function.

Additionally I tried using the mtmodes.avsi but that gave me the following error: I don't know what 'MT_NICE_FILTER' means. (C:\Program Files (x86)\AviSynth+\plugins64+/mtmodes.avsi, line 19) I tried varios revisions of the mtmodes script dating many months back but always recieved that same error.


I'm trying to encode a TV series with QTGMC (preset="Medium") deinterlacing but even with my Ryzen 1700 @ 3.9ghz it's going very slow (2.4fps) on FHD footage. I really need a way to speed things up, if anyone has any suggestions please let me know.

Groucho2004
13th July 2017, 21:07
Run AVSMeter64 (https://forum.doom9.org/showthread.php?t=173259) with the switches "-avsinfo -log". This will produce a log file "avsinfo_x64.log". Post it here.

Reign
13th July 2017, 21:20
Run AVSMeter64 (https://forum.doom9.org/showthread.php?t=173259) with the switches "-avsinfo -log". This will produce a log file "avsinfo_x64.log". Post it here.

AVSMeter 2.5.9 (x64) - Copyright (c) 2012-2017, Groucho2004

VersionString: AviSynth+ 0.1 (r1576, x64)
VersionNumber: 2.60
File / Product version: 2.6.0.5 / 2.6.0.5
Interface Version: 5
Multi-threading support: No
Avisynth.dll location: C:\Windows\SYSTEM32\avisynth.dll
Avisynth.dll time stamp: 2014-01-03, 08:41:18 (UTC)
PluginDir2_5 (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+ (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64+


[CPP 2.6 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64+\DePan.dll [2.13.1.3]
C:\Program Files (x86)\AviSynth+\plugins64+\DePanEstimate.dll [2.10.0.2]
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll
C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.dll
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll
C:\Program Files (x86)\AviSynth+\plugins64+\masktools2.dll [2.2.10.0]
C:\Program Files (x86)\AviSynth+\plugins64+\mvtools2.dll [2.7.21.22]
C:\Program Files (x86)\AviSynth+\plugins64+\nnedi3.dll [0.9.4.44]
C:\Program Files (x86)\AviSynth+\plugins64+\RgTools.dll [0.96.0.0]
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi
C:\Program Files (x86)\AviSynth+\plugins64+\QTGMC.avsi
C:\Program Files (x86)\AviSynth+\plugins64+\SMDegrain v.3.1.2d.avsi

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt

Someone@DESKTOP-3438EF8 C:\Users\Someone\Desktop\Avisynth Plugins\AVSMeter259

Groucho2004
13th July 2017, 21:24
Update AVS+ with the latest version from here (https://github.com/pinterf/AviSynthPlus/releases/tag/r2508-MT).

Alternatively (and highly recommended :cool:), use this installer. (https://forum.doom9.org/showthread.php?t=172124)

Reign
13th July 2017, 21:40
Update AVS+ with the latest version from here (https://github.com/pinterf/AviSynthPlus/releases/tag/r2508-MT).

Alternatively (and highly recommended :cool:), use this installer. (https://forum.doom9.org/showthread.php?t=172124)

Ah, It's been forked would've been nice to know that when I searched for it on google yesterday. :thanks:

Edit: It works! getting ~10 fps when it's set to 10 threads.