meiso
15th September 2009, 20:29
When I start an encode with AutoGK 2.55 I get the error:
Cannot determine file type of "I:\myrips\boogieman\agk_tmp\_.avs"
If I try to use the preview function, MPC gives the error "Cannot render the file". I'm guessing the two are related but have no idea how.
I'm encoding from a DVD I ripped with DVD Decrypter. The DVD plays fine on my standalone player so I don't think that's the problem.
Here's a copy of _.avs:
LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~2\AutoGK\filters\decomb.dll")
file="I:\myrips\boogieman\agk_tmp\interlace.log"
global sep="-"
function IsMoving() {
global b = (diff < 1.0) ? false : true}
mpeg2source("I:\myrips\boogieman\agk_tmp\Boogieman.d2v")
c = SelectRangeEvery(180,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)
Any ideas?
Cannot determine file type of "I:\myrips\boogieman\agk_tmp\_.avs"
If I try to use the preview function, MPC gives the error "Cannot render the file". I'm guessing the two are related but have no idea how.
I'm encoding from a DVD I ripped with DVD Decrypter. The DVD plays fine on my standalone player so I don't think that's the problem.
Here's a copy of _.avs:
LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~2\AutoGK\filters\decomb.dll")
file="I:\myrips\boogieman\agk_tmp\interlace.log"
global sep="-"
function IsMoving() {
global b = (diff < 1.0) ? false : true}
mpeg2source("I:\myrips\boogieman\agk_tmp\Boogieman.d2v")
c = SelectRangeEvery(180,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)
Any ideas?