AGK_J
26th February 2005, 01:37
i was ripping a tv show at 700mb...and then got this message in the log 'Warning: final AVI will likely be undersized.' the file turned up as 615mb rather then 700mb...ne idea what i did wrong or how i can fix this? here is my autogk log from that session...
[2/25/2005 12:49:19 PM] AutoGK 1.60
[2/25/2005 12:49:19 PM] OS: WinXP (5.1.2600).2
[2/25/2005 12:49:19 PM] Job started.
[2/25/2005 12:49:19 PM] Input dir: C:\24_SEASON3_DISC2\VIDEO_TS
[2/25/2005 12:49:19 PM] Output file: C:\24_SEASON3_DISC2\VIDEO_TS\56.avi
[2/25/2005 12:49:19 PM] Audio: English
[2/25/2005 12:49:19 PM] Subtitles: English / Normal Closed Captions : Letterbox
[2/25/2005 12:49:19 PM] Display only forced subtitles.
[2/25/2005 12:49:19 PM] Codec: XviD
[2/25/2005 12:49:19 PM] Target size: 700Mb
[2/25/2005 12:49:19 PM] Custom resolution settings: fixed width of 640 pixels
[2/25/2005 12:49:19 PM] Custom audio settings: AC3
[2/25/2005 12:49:19 PM] Started encoding.
[2/25/2005 12:49:19 PM] Demuxing and indexing.
[2/25/2005 12:50:38 PM] Processing file: C:\24_SEASON3_DISC2\VIDEO_TS\VTS_05_PGC_01_1.VOB
[2/25/2005 12:50:38 PM] Processing file: C:\24_SEASON3_DISC2\VIDEO_TS\VTS_05_PGC_01_2.VOB
[2/25/2005 12:50:38 PM] Source aspect ratio: 16:9
[2/25/2005 12:50:38 PM] Source resolution: 720x480
[2/25/2005 12:50:38 PM] Found NTSC source.
[2/25/2005 12:50:38 PM] Source seems to be pure FILM.
[2/25/2005 12:50:38 PM] Found 63250 frames
[2/25/2005 12:50:38 PM] Indexing subtitles.
[2/25/2005 12:52:17 PM] Audio size: 147,728,896 bytes (140.89 Mb)
[2/25/2005 12:52:17 PM] Overhead: 751,104 bytes (0.72 Mb)
[2/25/2005 12:52:17 PM] Video size: 585,523,200 bytes (558.40 Mb)
[2/25/2005 12:52:17 PM] Running compressibility test.
[2/25/2005 12:52:17 PM] Writing the following script to C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56_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\undot.dll")
movie = mpeg2source("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 : (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)
Undot()
VobSub("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.idx")
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[2/25/2005 12:54:15 PM] Duration was: 1 minute, 57 seconds
[2/25/2005 12:54:15 PM] Speed was: 26.90 fps.
[2/25/2005 12:54:15 PM] Compressibility percentage is: 196.42
[2/25/2005 12:54:15 PM] Using sharper matrix
[2/25/2005 12:54:15 PM] Switching b-frames off
[2/25/2005 12:54:15 PM] Chosen resolution is: 640x368 ( AR: 1.74 )
[2/25/2005 12:54:15 PM] Predicted comptest value is: 131.64
[2/25/2005 12:54:15 PM] Running first pass.
[2/25/2005 12:54:15 PM] Writing the following script to C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56_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\undot.dll")
movie = mpeg2source("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 : (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)
Undot()
VobSub("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.idx")
LanczosResize(out_width,out_height)
===========================================================
[2/25/2005 1:15:23 PM] Duration was: 21 minutes 7 seconds
[2/25/2005 1:15:23 PM] Speed was: 49.89 fps.
[2/25/2005 1:15:23 PM] Expected quality of first pass size: 111.71
[2/25/2005 1:15:23 PM] Warning: final AVI will likely be undersized.
[2/25/2005 1:15:23 PM] Running second pass.
[2/25/2005 1:49:35 PM] Duration was: 34 minutes 11 seconds
[2/25/2005 1:49:35 PM] Speed was: 30.83 fps.
[2/25/2005 1:49:35 PM] Job finished.
[2/25/2005 12:49:19 PM] AutoGK 1.60
[2/25/2005 12:49:19 PM] OS: WinXP (5.1.2600).2
[2/25/2005 12:49:19 PM] Job started.
[2/25/2005 12:49:19 PM] Input dir: C:\24_SEASON3_DISC2\VIDEO_TS
[2/25/2005 12:49:19 PM] Output file: C:\24_SEASON3_DISC2\VIDEO_TS\56.avi
[2/25/2005 12:49:19 PM] Audio: English
[2/25/2005 12:49:19 PM] Subtitles: English / Normal Closed Captions : Letterbox
[2/25/2005 12:49:19 PM] Display only forced subtitles.
[2/25/2005 12:49:19 PM] Codec: XviD
[2/25/2005 12:49:19 PM] Target size: 700Mb
[2/25/2005 12:49:19 PM] Custom resolution settings: fixed width of 640 pixels
[2/25/2005 12:49:19 PM] Custom audio settings: AC3
[2/25/2005 12:49:19 PM] Started encoding.
[2/25/2005 12:49:19 PM] Demuxing and indexing.
[2/25/2005 12:50:38 PM] Processing file: C:\24_SEASON3_DISC2\VIDEO_TS\VTS_05_PGC_01_1.VOB
[2/25/2005 12:50:38 PM] Processing file: C:\24_SEASON3_DISC2\VIDEO_TS\VTS_05_PGC_01_2.VOB
[2/25/2005 12:50:38 PM] Source aspect ratio: 16:9
[2/25/2005 12:50:38 PM] Source resolution: 720x480
[2/25/2005 12:50:38 PM] Found NTSC source.
[2/25/2005 12:50:38 PM] Source seems to be pure FILM.
[2/25/2005 12:50:38 PM] Found 63250 frames
[2/25/2005 12:50:38 PM] Indexing subtitles.
[2/25/2005 12:52:17 PM] Audio size: 147,728,896 bytes (140.89 Mb)
[2/25/2005 12:52:17 PM] Overhead: 751,104 bytes (0.72 Mb)
[2/25/2005 12:52:17 PM] Video size: 585,523,200 bytes (558.40 Mb)
[2/25/2005 12:52:17 PM] Running compressibility test.
[2/25/2005 12:52:17 PM] Writing the following script to C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56_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\undot.dll")
movie = mpeg2source("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 : (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)
Undot()
VobSub("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.idx")
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[2/25/2005 12:54:15 PM] Duration was: 1 minute, 57 seconds
[2/25/2005 12:54:15 PM] Speed was: 26.90 fps.
[2/25/2005 12:54:15 PM] Compressibility percentage is: 196.42
[2/25/2005 12:54:15 PM] Using sharper matrix
[2/25/2005 12:54:15 PM] Switching b-frames off
[2/25/2005 12:54:15 PM] Chosen resolution is: 640x368 ( AR: 1.74 )
[2/25/2005 12:54:15 PM] Predicted comptest value is: 131.64
[2/25/2005 12:54:15 PM] Running first pass.
[2/25/2005 12:54:15 PM] Writing the following script to C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56_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\undot.dll")
movie = mpeg2source("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=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 : (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)
Undot()
VobSub("C:\24_SEASON3_DISC2\VIDEO_TS\agk_tmp\56.idx")
LanczosResize(out_width,out_height)
===========================================================
[2/25/2005 1:15:23 PM] Duration was: 21 minutes 7 seconds
[2/25/2005 1:15:23 PM] Speed was: 49.89 fps.
[2/25/2005 1:15:23 PM] Expected quality of first pass size: 111.71
[2/25/2005 1:15:23 PM] Warning: final AVI will likely be undersized.
[2/25/2005 1:15:23 PM] Running second pass.
[2/25/2005 1:49:35 PM] Duration was: 34 minutes 11 seconds
[2/25/2005 1:49:35 PM] Speed was: 30.83 fps.
[2/25/2005 1:49:35 PM] Job finished.