Log in

View Full Version : QTGMC: invalid mode 20


Mounir
28th January 2021, 22:16
After a fresh W7 reinstall (yes sir) i'm reinstalling avisynth 2.6 MT (what a pain man oh man....) i love to hate avisynth

I'm trying to make qtgmc v3.32 work, it seems it won't, something's wrong with a dll i don't know which though

I get an error "invalid mode 20"
line 784, 809 and 642 (from the qtgmc.avsi).

I've loaded all required .dll ( from the QTGMC 32-bit Plugins) but... nope and the clock is ticking 45min into it.

my script, very simple
SetMemoryMax(800)
SetMTMode(3,4)
MPEG2Source("MyVideo.d2v", cpu=0, info=3)
SetMTMode(3,4)
QTGMC("fast",edithreads=4)
selecteven()

Reel.Deel
28th January 2021, 23:31
(what a pain man oh man....) i love to hate avisynth


You are making it hard on yourself ... download the latest RgTools, MaskTools, MVTools, and NNEDI3 from the links here (http://avisynth.nl/index.php/QTGMC#Core_Plugins_and_Scripts) and be done with it.

And "invalid mode 20" means you still have RemoveGrain v0.9 installed somewhere. Modes 18-27 were added in RemoveGrain v1.0b, anywho that information is irrelevant as you should really be using RgTools.

patul
29th January 2021, 04:29
...download the latest RgTools, MaskTools, MVTools, and NNEDI3 from the links here (http://avisynth.nl/index.php/QTGMC#Core_Plugins_and_Scripts) and be done with it.


This was exactly what I did few months ago, the wiki is very helpful for newbie like me. Thank you for keeping it updated, Reel.Deel (and other contributors).