Log in

View Full Version : AutoGK v2.55 on Windows 7


EpheMeroN
10th January 2010, 20:43
Encode seems to be starting over each time and re-doing the first pass repeatedly.

Is there something to make this work on Windows 7?

When I had XP on this laptop, a dvd encode to XviD would take about 2-3 hours tops. On Windows 7, the encode was in 8+ hours and on first pass still.

netmask
10th January 2010, 23:57
My experience is just the opposite - under Windows 7 much quicker than under XP. Can you post the log file? This might give someone a clue as to what is going on.

Maxx2206
13th January 2010, 21:45
hi,

had no problems in the general operation of autogk under win7 home premium 64bit.

BUT...

since updating from 2.52 autogk ignores my target file size completely. this is reproducable and happening on vista hp64 and win7 hp64 now. 2.52 and below worked like a charm before... i'll post in a different thread for details tho...

EpheMeroN
14th January 2010, 05:12
Well, I don't know what happened but I ran the encode again the other day and it completed successfully. I didn't change anything to my laptop's settings except alter my power scheme. I switched it from balanced to power user.

My experience is just the opposite - under Windows 7 much quicker than under XP. Can you post the log file? This might give someone a clue as to what is going on.

[1/11/2010 7:02:32 PM] AutoGK 2.55
[1/11/2010 7:02:32 PM] OS: Windows Vista (6.1.7600).2
[1/11/2010 7:02:32 PM] Job started.
[1/11/2010 7:02:32 PM] Input file: D:\ONE_WEEK\VIDEO_TS\VTS_01_0.IFO
[1/11/2010 7:02:32 PM] Output file: C:\Users\User1\Desktop\ONE_WEEK.avi
[1/11/2010 7:02:32 PM] Output codec: XviD
[1/11/2010 7:02:32 PM] Audio 1: English AC3 6ch
[1/11/2010 7:02:32 PM] Subtitles: none
[1/11/2010 7:02:32 PM] Format: AVI
[1/11/2010 7:02:32 PM] Target size: 700Mb
[1/11/2010 7:02:32 PM] Custom resolution settings: fixed width of 640 pixels
[1/11/2010 7:02:32 PM] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
[1/11/2010 7:02:32 PM] Standalone support enabled: MTK/Sigma
[1/11/2010 7:02:32 PM] Started encoding.
[1/11/2010 7:02:32 PM] Demuxing and indexing.
[1/11/2010 7:05:09 PM] Processing file: D:\ONE_WEEK\VIDEO_TS\VTS_01_1.VOB
[1/11/2010 7:05:09 PM] Source resolution: 720x480
[1/11/2010 7:05:09 PM] Found NTSC source.
[1/11/2010 7:05:09 PM] Source aspect ratio: 16:9
[1/11/2010 7:05:09 PM] Analyzing source.
[1/11/2010 7:09:39 PM] Source has percentage of interlacing in motion areas: 29.32
[1/11/2010 7:09:39 PM] Source has percentage of telecined patterns: 85.13
[1/11/2010 7:09:39 PM] Source has percentage of progressive patterns: 14.87
[1/11/2010 7:09:39 PM] Source has percentage of interlaced patterns: 0.00
[1/11/2010 7:09:39 PM] Source is considered to be hybrid (mostly FILM).
[1/11/2010 7:09:39 PM] Looking for optimal hybrid thresholds.
[1/11/2010 7:11:04 PM] Source seems to be pure FILM.
[1/11/2010 7:11:04 PM] Output will contain 135235 frames
[1/11/2010 7:11:04 PM] Decoding audio.
[1/11/2010 7:14:35 PM] Normalizing audio.
[1/11/2010 7:15:00 PM] Encoding audio.
[1/11/2010 7:30:15 PM] Using VAQ in XviD
[1/11/2010 7:30:15 PM] Audio1 size: 80,123,328 bytes (76.41 Mb)
[1/11/2010 7:30:17 PM] Overhead: 5,409,408 bytes (5.16 Mb)
[1/11/2010 7:30:17 PM] Video size: 648,470,464 bytes (618.43 Mb)
[1/11/2010 7:30:17 PM] Running compressibility test.
[1/11/2010 7:30:17 PM] Writing the following script to C:\Users\User1\Desktop\agk_tmp\ONE_WEEK_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\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Users\User1\Desktop\agk_tmp\ONE_WEEK.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 = 1.18518518518519
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)
SelectRangeEvery(300,15)
===========================================================
[1/11/2010 7:37:23 PM] Duration was: 7 minutes 6 seconds
[1/11/2010 7:37:23 PM] Speed was: 15.86 fps.
[1/11/2010 7:37:23 PM] Compressibility percentage is: 61.36
[1/11/2010 7:37:23 PM] Chosen resolution is: 640x368 ( AR: 1.74 )
[1/11/2010 7:37:23 PM] Predicted comptest value is: 61.36%
[1/11/2010 7:37:23 PM] Running first pass.
[1/11/2010 7:37:23 PM] Writing the following script to C:\Users\User1\Desktop\agk_tmp\ONE_WEEK_movie.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\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Users\User1\Desktop\agk_tmp\ONE_WEEK.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 = 1.18518518518519
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)
===========================================================
[1/11/2010 9:40:35 PM] Duration was: 2 hours 3 minutes 11 seconds
[1/11/2010 9:40:35 PM] Speed was: 18.30 fps.
[1/11/2010 9:40:35 PM] Expected quality of first pass size: 66.10%
[1/11/2010 9:40:35 PM] Running second pass.
[1/11/2010 11:42:09 PM] Duration was: 2 hours 1 minute, 31 seconds
[1/11/2010 11:42:09 PM] Speed was: 18.55 fps.
[1/11/2010 11:42:09 PM] Job finished. Total time: 4 hours 39 minutes 37 seconds