Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > (Auto) Gordian Knot
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 26th March 2005, 17:04   #1  |  Link
esojmc
Registered User
 
Join Date: Dec 2003
Posts: 48
AutoGK - error compressing XviD AVI file

I'm trying to re-compress a XviD AVI (with AGK 2.01) file so that it will play on my standalone but I get the following error message during "Analyzing source":

Avisynth open failure:
Trim: Cannot trim if there is no video
D:\tmp\......\agk_tmp\_.avs, line 8

Here is what's int the _.avs file:

LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
file="D:\tmp\01_Palins_Pole_To_Pole\agk_tmp\interlace.log"
global sep="-"
function IsMoving() {
global b = (diff < 1.0) ? false : true}
DirectShowSource("D:\tmp\01_Palins_Pole_To_Pole\01_Palins_Pole_To_Pole.avi",25).KillAudio()
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)

I used AGK on a DVD VOB file and it worked fine. Any ideas...

Thanks
esojmc is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:40.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.