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!
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!