Log in

View Full Version : Avisinth error loading a script with TempGaussMC_beta2


Gaby83
16th January 2014, 08:55
Hi, I've used this script many times and it worked pretty well, but I had to format my computer and stop encoding from some months, now that I want to keep encoding, the script doesn't work, I don't know what's happening, I tried redownloading all the plugins (because maybe one of them was corrupt or something) but it doesn't work, can you guys please help me?

This is the error I'm getting:
http://imagizer.imageshack.us/v2/800x600q90/607/qnbr.jpg

This is my script:


LoadPlugin("DGDecode.dll")
LoadPlugin("Decomb.dll")
LoadPlugin("nnedi3.dll")
LoadPlugin("mt_masktools-26.dll")
LoadPlugin("mvtools2.dll")
LoadPlugin("RepairSSE3.dll")
LoadPlugin("RemoveGrainSSE3.dll")
LoadPlugin("VerticalCleanerSSE2.dll")
LoadPlugin("vinverse.dll")
Import("TempGaussMC_beta2.avsi")
MPEG2Source("video.d2v")
LanczosResize(656,height)
AssumeTFF()
TempGaussMC_beta2(1,1,2,EdiMode="NNEDI3")
selecteven()
vinverse()
Tweak(bright=-5, sat=1.1)

Thank you in advance!

feisty2
16th January 2014, 09:13
"merge" is an internal avisynth filter, check your avisynth version

Gaby83
16th January 2014, 10:06
"merge" is an internal avisynth filter, check your avisynth version

Hello, thanks for your answer.

I use the latest version of avisynth, Avisynth 2.5.8 that I downloaded it from here:http://sourceforge.net/projects/avisynth2/

Gavino
16th January 2014, 10:25
I use the latest version of avisynth, Avisynth 2.5.8
In that case, you should be using mt_masktools-25.dll, not mt_masktools-26.dll.

Gaby83
16th January 2014, 10:41
In that case, you should be using mt_masktools-25.dll, not mt_masktools-26.dll.

Thank you! Maybe I downloaded a different version of avisynth last time, now I changed mt_masktools-26.dll for mt_masktools-25.dll and i think it worked, but now it gives me another error... :(

http://imagizer.imageshack.us/v2/800x600q90/208/w0zx.jpg

It seems it's time for RemoveGrain to give me a headache, lol, any ideas?

Taurus
16th January 2014, 12:24
Dont use the SSE3 versions for:
LoadPlugin("RepairSSE3.dll")
LoadPlugin("RemoveGrainSSE3.dll")
Take the SSE2 instead.
Or take the package from the QTGMC thread.
Try the basic package and/or the modded one.
Not the experimental one. Might give you headache :D.
It's all explained very well over there.

Gaby83
16th January 2014, 13:58
Dont use the SSE3 versions for:
LoadPlugin("RepairSSE3.dll")
LoadPlugin("RemoveGrainSSE3.dll")
Take the SSE2 instead.
Or take the package from the QTGMC thread.
Try the basic package and/or the modded one.
Not the experimental one. Might give you headache :D.
It's all explained very well over there.

Thank you but it keeps giving me the same error even with SSE2 :(


LoadPlugin("DGDecode.dll")
LoadPlugin("Decomb.dll")
LoadPlugin("nnedi3.dll")
LoadPlugin("mt_masktools-25.dll")
LoadPlugin("mvtools2.dll")
LoadPlugin("RepairSSE2.dll")
LoadPlugin("RemoveGrainSSE2.dll")
LoadPlugin("VerticalCleanerSSE2.dll")
LoadPlugin("vinverse.dll")
Import("TempGaussMC_beta2.avsi")
MPEG2Source("video.d2v")
LanczosResize(656,height)
AssumeTFF()
TempGaussMC_beta2(1,1,2,EdiMode="NNEDI3")
selecteven()
vinverse()
Tweak(bright=-5, sat=1.1)

Reel.Deel
16th January 2014, 14:09
It sounds like you're using an older version, use RemoveGrain v1.0b (http://avisynth.nl/index.php/RemoveGrain#RemoveGrain_v1.0b).

Gaby83
16th January 2014, 14:27
It sounds like you're using an older version, use RemoveGrain v1.0b (http://avisynth.nl/index.php/RemoveGrain#RemoveGrain_v1.0b).

Yay! That definitely solved the problem! Thank you very much for your help guys! :)