Log in

View Full Version : Avisynth open failure


ezu0
26th July 2008, 18:36
Hi, I've been using AutoGK successfully for some time now--well over a year, in fact. Recently, it stopped working. No idea why. I hadn't changed any settings, & haven't uninstalled anything. (Have since tried to update to 2.45, thinking maybe old version got corrupted--same prob.) I get the following error message no matter what file I try to use AutoGK on:


Avisynth open failure:
Script error: there is no function named "Direct Show Source"


Tried to look for related threads here, couldn't find any... I hope this is the right place to post this....

Running XP home ed, SP2, 2.60GHz, 248 meg RAM (don't laugh).

Also (related?): prog seems to think DivX is not installed, so defaults to Xvid... but DivX *is* installed. Not sure what's going on. Again: no settings have been changed, no files were deleted, far as I know.

This is the text from the .avs file in the temp dir:

LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
file="C:\Documents and Settings\Admin\Desktop\agk_tmp\interlace.log"
global sep="-"
function IsMoving() {
global b = (diff < 1.0) ? false : true}
movie = DirectShowSource("C:\Documents and Settings\Admin\My Documents\movie.avi",29.97).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
isYUY2(movie) ? ConvertToYV12(movie) : movie
c = SelectRangeEvery(18,18)
global clip = c
c = WriteFile(c, file, "a", "sep", "b")
c = FrameEvaluate(c, "global a = IsCombed(clip, 32)")
c = FrameEvaluate(c, "IsMoving")
c = FrameEvaluate(c,"global diff = 0.50*YDifferenceFromPrevious(clip) + 0.25*UDifferenceFromPrevious(clip) + 0.25*VDifferenceFromPrevious(clip)")
crop(c,0,0,4,4)

Thank you for any help/suggestions etc!

squid_80
26th July 2008, 19:30
movie = DirectShowSource("C:\Documents and Settings\Admin\My Documents\Downloads\Basic_Training.avi",29.97).KillAudio()
Whoops. You might want to check forum rule #6.

ezu0
26th July 2008, 19:57
Whoops. You might want to check forum rule #6.

I'm sorry, I'm not following you. Forum Rule 6 is against warez & that kind of garbage. My post has nothing to do with that. ??? Sorry tb dense.

Guest
26th July 2008, 21:55
Where did you get the file Basic_Training.avi?

ezu0
28th July 2008, 16:43
I thought I was supposed to share info about the problem. I re-labeled the file-folder since that seems to have created some other issue.

Guest
28th July 2008, 19:01
Thread closed because OP is not answering the question about the origin of the file.