Thread: MVTools
View Single Post
Old 25th November 2004, 21:20   #36  |  Link
tsp
Registered User
 
tsp's Avatar
 
Join Date: Aug 2004
Location: Denmark
Posts: 807
hmm I think I found a bug. When trying to call MVAnalyse from medianblurt (I will try to see how much improvement there are from using motion compensation with the temporal median blur filter) with this code:
Code:
AVSValue args1[12]=child,8,1,0,2,1,true,1000,1,true,true,1};
PClip vectors = env->Invoke("MVAnalyse",AVSValue(args1,12)).AsClip();
I get this

Unhandled exception at 0x0135b8d2 (MVTools.dll) in virtualdubmod.exe: 0xC0000005: Access violation reading location 0xbaadf015.

I don't now what's going on. If it's my code, MVTools or avisynth. It's not a IScriptEnvironment::NotFound error.
tsp is offline   Reply With Quote