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.
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.