Log in

View Full Version : auto gk


paolo78
4th November 2009, 15:45
this has probably been covered before, but here goes.

i was trying to convert individual episodes of a tv series to avi, i used dvd fab to decrypt and then set the parameters i desired in auto gk. i set the file size to x mb but the final avi is somewhat undersized!

i read through the frequently asked questions section in the auto gk threads and uninstalled auto gk & associated programmes such as divx and re-installed auto gk & the newest divx i could find online but still the file is 80% of what i desired!

odd, i know though when the file is played back it appears to work fine!

has anyone else encountered this? if so how can it be fixed? its the first time i have had this happen to me and i have successfully converted loads of dvds to avi's

buzzqw
4th November 2009, 15:46
posting a log of autogk could help

BHH

paolo78
4th November 2009, 15:50
[04/11/2009 14:14:01] AutoGK 2.55
[04/11/2009 14:14:01] OS: WinXP (5.1.2600).2
[04/11/2009 14:14:01] Job started.
[04/11/2009 14:14:01] Input file: C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\MainMovie\FAMILY_GUY_SEASON8_DISC1\VIDEO_TS\VTS_01_0.IFO
[04/11/2009 14:14:01] Output file: C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\FAMILY_GUY.avi
[04/11/2009 14:14:01] Output codec: XviD
[04/11/2009 14:14:01] Audio 1: English AC3 6ch
[04/11/2009 14:14:01] Subtitles: none
[04/11/2009 14:14:01] Format: AVI
[04/11/2009 14:14:01] Target size: 250Mb
[04/11/2009 14:14:01] Custom resolution settings: fixed width of 640 pixels
[04/11/2009 14:14:01] Audio 1 settings: VBR MP3 with average bitrate: 160Kbps
[04/11/2009 14:14:01] Started encoding.
[04/11/2009 14:14:01] Demuxing and indexing.
[04/11/2009 14:15:06] Processing file: C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\MainMovie\FAMILY_GUY_SEASON8_DISC1\VIDEO_TS\VTS_01_1.VOB
[04/11/2009 14:15:06] Processing file: C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\MainMovie\FAMILY_GUY_SEASON8_DISC1\VIDEO_TS\VTS_01_2.VOB
[04/11/2009 14:15:06] Source resolution: 720x576
[04/11/2009 14:15:06] Found PAL source.
[04/11/2009 14:15:06] Source aspect ratio: 4:3
[04/11/2009 14:15:06] Analyzing source.
[04/11/2009 14:16:08] Source has percentage of interlacing in motion areas: 0.00
[04/11/2009 14:16:08] Source is considered to be progressive.
[04/11/2009 14:16:08] Output will contain 35215 frames
[04/11/2009 14:16:08] Decoding audio.
[04/11/2009 14:16:49] Normalizing audio.
[04/11/2009 14:17:00] Encoding audio.
[04/11/2009 14:19:56] Using VAQ in XviD
[04/11/2009 14:19:56] Audio1 size: 23,673,840 bytes (22.58 Mb)
[04/11/2009 14:19:57] Overhead: 1,408,640 bytes (1.34 Mb)
[04/11/2009 14:19:57] Video size: 237,061,520 bytes (226.08 Mb)
[04/11/2009 14:19:57] Running compressibility test.
[04/11/2009 14:19:57] Writing the following script to C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\agk_tmp\FAMILY_GUY_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\agk_tmp\FAMILY_GUY.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.06666666666667
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
autocrop(movie,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(250,15)
===========================================================
[04/11/2009 14:20:45] Duration was: 47 seconds
[04/11/2009 14:20:45] Speed was: 44.19 fps.
[04/11/2009 14:20:45] Compressibility percentage is: 215.26
[04/11/2009 14:20:45] Using sharper matrix
[04/11/2009 14:20:45] Switching b-frames off
[04/11/2009 14:20:45] Chosen resolution is: 640x480 ( AR: 1.33 )
[04/11/2009 14:20:45] Predicted comptest value is: 120.92%
[04/11/2009 14:20:45] Running first pass.
[04/11/2009 14:20:45] Writing the following script to C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\agk_tmp\FAMILY_GUY_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Documents and Settings\Paul Allen\My Documents\Downloads\FG1\agk_tmp\FAMILY_GUY.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.06666666666667
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
autocrop(movie,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)
===========================================================
[04/11/2009 14:29:21] Duration was: 8 minutes 35 seconds
[04/11/2009 14:29:21] Speed was: 68.25 fps.
[04/11/2009 14:29:21] Expected quality of first pass size: 135.61%
[04/11/2009 14:29:21] Trying to adjust settings.
[04/11/2009 14:29:21] No adjustment is possible
[04/11/2009 14:29:21] Warning: final AVI will likely be undersized.
[04/11/2009 14:29:21] Running second pass.
[04/11/2009 14:39:55] Duration was: 10 minutes 31 seconds
[04/11/2009 14:39:55] Speed was: 55.77 fps.
[04/11/2009 14:39:55] Job finished. Total time: 25 minutes 54 seconds

buzzqw
4th November 2009, 16:06
[04/11/2009 14:20:45] Predicted comptest value is: 120.92%

you have saturated

you should use a bigger resolution

BHH