PDA

View Full Version : Cannot determine file type...


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?

BigDid
16th September 2009, 00:07
Hi,

May I welcome you to the forum...?
"Better late than never" (french saying) ;)

Please post the xxx_agk.log (xxx being, I suppose, boogieman), not the _.avs

Either there it is a strange mpeg/vob source on which Dgindex may have choked, either the first attempt of Vdubmod to analyse the source has aborted. The log should tell it.

Did

meiso
16th September 2009, 00:58
Thanks. 6 years isn't too bad, right?

Anyway I think I've "solved" the problem by reinstalling AutoGK. I think something must have messed up my AviSynth install (I suspect either Media Player Classic Home Cinema or Handbrake). Would this explain it?

Anyway it seems to be working fine now. I'll post again if this isn't the case. Thanks!

BigDid
16th September 2009, 01:17
...
Anyway I think I've "solved" the problem by reinstalling AutoGK. I think something must have messed up my AviSynth install (I suspect either Media Player Classic Home Cinema or Handbrake)...
Hi,

Sometimes, just closing the session and opening may solve that kind of problem, sometimes it is better to clean de-install ( clean registers) and re-install. Nothing special about MPC ( a doubt about the home cinema branch...) or handbrake.

Did