Log in

View Full Version : unable to load ReduceFlickerSSE3


some dude
27th October 2008, 00:21
I'm trying to load up a video with mcbob in virtualdubmod, but I keep getting this

http://img504.imageshack.us/img504/9985/errorjr2.jpg

here is my script

LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\mvtools.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\mt_masktools.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\nnedi.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\repairsse3.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\RemoveGrain\RemoveGrainSSE3.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\medianblur.dll")
LoadPlugin("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\ReduceFlicker\ReduceFlickerSSE3.dll")
Import("C:\Documents and Settings\Anthony Macaluso\Desktop\VirtualDubMod_1_5_10_2_All_inclusive\mcbob_stuff\MCBob_v03c.avs")
AviSource("C:\CAPTURE.avi")
MCBob()

What am I doing wrong?

Guest
27th October 2008, 00:40
Do you have that DLL installed in the specified directory?

some dude
27th October 2008, 03:09
Yup, it's there in that specified directory. I even tried ReduceFlicker.dll and ReduceFlickerSSE2.dll, none of them worked.

LoRd_MuldeR
27th October 2008, 03:15
Maybe the DLL has some dependency on another DLL and the that other DLL is missing?

You may check this using the Dependency Walker (http://www.dependencywalker.com/) tool.

(Also check your path for typos again ^^)

some dude
27th October 2008, 03:23
My bad, I didn't have AvsRecursion in my system 32 folder, but now I'm getting this

http://img407.imageshack.us/img407/8284/errorud0.jpg

I'm I missing something?

LoRd_MuldeR
27th October 2008, 03:28
Obviously you are passing an invalid parameter to the "RemoveGrain" filter in line 222 of your script.

some dude
27th October 2008, 03:32
NVM, I upgraded to a newer version of remove grain and it works now.