PDA

View Full Version : agk 2.20: undersized but not mentioned in log?


AGK_J
16th December 2005, 06:36
yea the encode all seems fine except it seems to be undersized, cd2 is 671mb...i figure it could be cuz the quality turned out to be 96.52 but usually when that happens the quality is over 100 and/or the logs will warn me to say it will be undersized...in this case the log doesn't mention such a problem...so anyways, here's the log...

[12/15/2005 10:01:39 PM] AutoGK 2.20
[12/15/2005 10:01:39 PM] OS: WinXP (5.1.2600).2
[12/15/2005 10:01:39 PM] Job started.
[12/15/2005 10:01:39 PM] Input file: C:\T1\VTS_06_0.IFO
[12/15/2005 10:01:39 PM] Output file: C:\T1\RIP\t1.avi
[12/15/2005 10:01:39 PM] Output codec: XviD
[12/15/2005 10:01:39 PM] Audio 1: English AC3 6ch
[12/15/2005 10:01:39 PM] Subtitles 1: English / Normal Captions : Wide
[12/15/2005 10:01:39 PM] Display only forced subtitles.
[12/15/2005 10:01:39 PM] Format: .AVI
[12/15/2005 10:01:39 PM] Target size: 1400Mb
[12/15/2005 10:01:39 PM] Custom resolution settings: fixed width of 592 pixels
[12/15/2005 10:01:39 PM] Custom audio settings: Original
[12/15/2005 10:01:39 PM] Standalone support enabled: ESS
[12/15/2005 10:01:39 PM] Started encoding.
[12/15/2005 10:01:39 PM] Demuxing and indexing.
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_1.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_2.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_3.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_4.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_5.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_6.VOB
[12/15/2005 10:07:03 PM] Processing file: C:\T1\VTS_06_PGC_01_7.VOB
[12/15/2005 10:07:03 PM] Source resolution: 720x480
[12/15/2005 10:07:03 PM] Found NTSC source.
[12/15/2005 10:07:03 PM] Source aspect ratio: 16:9
[12/15/2005 10:07:03 PM] Source seems to be pure FILM.
[12/15/2005 10:07:03 PM] Output will contain 154238 frames
[12/15/2005 10:07:03 PM] Preparing subtitles.
[12/15/2005 10:13:01 PM] Forcing ITU resize method.
[12/15/2005 10:13:01 PM] Forcing encoding with sharp matrix.
[12/15/2005 10:13:01 PM] Audio1 size: 360,247,552 bytes (343.56 Mb)
[12/15/2005 10:13:01 PM] Overhead: 1,831,552 bytes (1.75 Mb)
[12/15/2005 10:13:01 PM] Video size: 1,105,927,296 bytes (1054.69 Mb)
[12/15/2005 10:13:01 PM] Running compressibility test.
[12/15/2005 10:13:01 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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)
VobSub("C:\T1\RIP\agk_tmp\t1.idx")
SelectRangeEvery(300,15)
===========================================================
[12/15/2005 10:17:24 PM] Duration was: 4 minutes 22 seconds
[12/15/2005 10:17:25 PM] Speed was: 29.37 fps.
[12/15/2005 10:17:25 PM] Compressibility percentage is: 92.72
[12/15/2005 10:17:25 PM] Chosen resolution is: 592x320 ( AR: 1.85 )
[12/15/2005 10:17:25 PM] Predicted comptest value is: 92.72
[12/15/2005 10:17:25 PM] Running first pass.
[12/15/2005 10:17:25 PM] Writing the following script to C:\T1\RIP\agk_tmp\t1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\T1\RIP\agk_tmp\t1.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.21557454890788
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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)
VobSub("C:\T1\RIP\agk_tmp\t1.idx")
===========================================================
[12/15/2005 11:05:24 PM] Duration was: 47 minutes 58 seconds
[12/15/2005 11:05:24 PM] Speed was: 53.59 fps.
[12/15/2005 11:05:24 PM] Expected quality of first pass size: 96.52
[12/15/2005 11:05:24 PM] Running second pass.
[12/16/2005 12:19:29 AM] Duration was: 1 hour, 14 minutes 5 seconds
[12/16/2005 12:19:29 AM] Speed was: 34.70 fps.
[12/16/2005 12:19:30 AM] Splitting video into: C:\T1\RIP\t1.cd1.avi
[12/16/2005 12:20:45 AM] Splitting video into: C:\T1\RIP\t1.cd2.avi
[12/16/2005 12:22:01 AM] Job finished. Total time: 2 hours 20 minutes 21 seconds

CWR03
16th December 2005, 07:03
Search for "undersize" and you'll find many previous posts covering the same problem.

AGK_J
16th December 2005, 08:19
why bother replying if ur not actually replying to my question...i wouldn't put up this thread if i didn't already search...most results dont involve autogk...in a previous thread i put up regarding undersizes, Lenox himself mentioned that with the latest version of autogk it shouldn't happen...so i've got the final autogk version...i learned that usually undersized files are not flawed in any way except that its undersized...so i would have been fine with this file but i am not sure because there was no warning and it is not mentioned anywhere in the log(because in previous cases autogk always gave me a warning)...it appears in search results people always got a warning by autogk

CWR03
16th December 2005, 09:24
Actually it's not true that undersized videos will always log a problem.

The most common reason people get undersize files is from installing a newer version of XviD over an older one, and the solution is to uninstall XviD, search for and delete xvid.ax and xvid.dll, then reinstall XviD.

The reason I posted to use Search was that this very same problem was asked about just a few days ago. Evidently "undersize" by itself was not an effective keyword.

len0x
16th December 2005, 09:37
its easy to explain undersize in this case because you are using standalone compatibility option which means that almost 97% compressibility will be increased by VBV buffer limitations. So depending on the source if you compressibility was above 90% and ESS/MTK options were on then there is a high chance of undersize.

AGK_J
16th December 2005, 13:40
CWR03 i checked the other threads i told ya :P...and no, my xvid is fine i know this because i've ripped about 10 movies already with this autogk and xvid version...but thanx! you finally let me know its not always logged, thats all i needed in the first place...i don't see why u couldn't say that when i first asked :P...thanx lenox as well for clearin it up further :) i love autogk! =)