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()
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()