View Full Version : Problems With AutoGk2.48b(Log files)
scream_b
12th December 2007, 23:56
Hi this is my first post so forgive me for any mistakes i make...
When i try to rip a DVD or a Mpeg file to xvid or divx format after encoing the audio autogk gives me an error message that frames.log file not found and the application terminates???
What should i do.........??
I have tried everything uninstalling, edit settings and noithing seems to work.
I have autogk 2.40.
i have tried deleating all the registries for autogk & avsynth it works for the first rip but for the next dvd rip i am back to the same problem. unable to open file freames.log.
I Will upload the avsynth script tomorrow so that u pros can have a better Idea!!
Thanks in advance
scream_b
18th December 2007, 12:55
here is the avs script
[12/16/2007 8:04:14 PM] AutoGK 2.40
[12/16/2007 8:04:14 PM] OS: WinXP (5.1.2600).2
[12/16/2007 8:04:14 PM] Job started.
[12/16/2007 8:04:14 PM] Input file: E:\BLADE 2\VTS_01_1.VOB
[12/16/2007 8:04:14 PM] Output file: E:\BLADE 2\VTS_01_1.avi
[12/16/2007 8:04:14 PM] Output codec: XviD
[12/16/2007 8:04:14 PM] Audio 1: Audio Stream 0 AC3
[12/16/2007 8:04:14 PM] Subtitles: none
[12/16/2007 8:04:14 PM] Format: AVI
[12/16/2007 8:04:14 PM] Target size: 233Mb
[12/16/2007 8:04:14 PM] Audio 1 settings: Auto
[12/16/2007 8:04:14 PM] Started encoding.
[12/16/2007 8:04:14 PM] Demuxing and indexing.
[12/16/2007 8:06:57 PM] Processing file: E:\BLADE 2\VTS_01_1.VOB
[12/16/2007 8:06:57 PM] Processing file: E:\BLADE 2\VTS_01_2.VOB
[12/16/2007 8:06:57 PM] Processing file: E:\BLADE 2\VTS_01_3.VOB
[12/16/2007 8:06:57 PM] Source resolution: 720x480
[12/16/2007 8:06:57 PM] Found NTSC source.
[12/16/2007 8:06:57 PM] Source aspect ratio: 4:3
[12/16/2007 8:06:58 PM] Color correction enabled.
[12/16/2007 8:06:58 PM] Analyzing source.
[12/16/2007 8:13:10 PM] Source has percentage of interlacing in motion areas: 40.09
[12/16/2007 8:13:10 PM] Source has percentage of telecined patterns: 97.72
[12/16/2007 8:13:10 PM] Source has percentage of progressive patterns: 1.85
[12/16/2007 8:13:10 PM] Source has percentage of interlaced patterns: 0.44
[12/16/2007 8:13:10 PM] Source is considered to be FILM.
[12/16/2007 8:13:10 PM] Output will contain 135240 frames
[12/16/2007 8:13:10 PM] Decoding audio.
[12/16/2007 8:18:30 PM] Normalizing audio.
[12/16/2007 8:22:16 PM] Encoding audio.
[12/16/2007 8:42:29 PM] Audio1 size: 81,898,416 bytes (78.10 Mb)
[12/16/2007 8:42:29 PM] Overhead: 5,409,536 bytes (5.16 Mb)
[12/16/2007 8:42:29 PM] Video size: 157,010,256 bytes (149.74 Mb)
[12/16/2007 8:42:29 PM] Running compressibility test.
[12/16/2007 8:42:29 PM] Writing the following script to E:\BLADE 2\agk_tmp\VTS_01_1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("E:\BLADE 2\agk_tmp\VTS_01_1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.888888888888889
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
Telecide(movie,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[12/16/2007 8:42:30 PM] Duration was: 0 seconds
[12/16/2007 8:42:30 PM] Speed was: 35403.04 fps.
*************************************
EXCEPTION: Cannot open file "E:\BLADE 2\agk_tmp\frames.log". The system cannot find the file specified
*************************************
[12/16/2007 8:42:30 PM] Job finished. Total time: 38 minutes 15 seconds
Hope u guys can help me!!!
scream_b
18th December 2007, 22:33
I have also tried autogk 2.48b today but i have the same problem..
PLS.. Help!! :confused:
sillKotscha
19th December 2007, 00:16
The first pass is not completing. The log from the first pass (the frame-by-frame analysis used by the 2nd pass (http://forum.doom9.org/showthread.php?t=48936)) is missing:EXCEPTION: Cannot open file "E:\BLADE 2\agk_tmp\frames.log". The system cannot find the file specified
what is strange is that you run into that problem with both codecs... try to uninstall xvid via system control -> software...
and run the installer of autogk again... as you should have every other software installed you can cancel avisynth installation etc., except xvid
retry your encode and report back please...
hope that helps, if not I don't know...
scream_b
20th December 2007, 17:59
Thanks for the Help Dude, but it din't work.....
any other ideas??????
paolocorpo
28th December 2007, 00:03
TRy in this way:
Let create a file "Video.pass" using Notepad.exe and save it on you PC (everywhere).
Now configure encoder of Xvid and use this file as preferred file into setting
scream_b
2nd January 2008, 21:11
What do you mean by everywhere?? You mean c: or program files or Windows folder??
where?
paolocorpo
3rd January 2008, 23:20
I usually save it on C:\ folder
You can chose it or other as you want
The important thing is to set the encoder choosing that file in that position
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.