Spreeni
16th August 2005, 09:34
Hi,
I used AGK 2.07 so far and now tried the actual 2.15. I encoded a movie, wich should have a final size about 1400 MB. But the size is always around 1000-1100 MB. This happens only with XVID-encoded files (1.1 beta2), not with DivX.
In the log there is a warning "No adjustment is possible" and "Warning: final AVI will likely be undersized". Again, Version 2.07 of AutoGK encodes the file with the same settings and the final size is o.k. Has anyone an idea, why this undersizing happens?
:thanks:, Frank
Here's the log:
[15.08.2005 18:56:17] AutoGK 2.15b
[15.08.2005 18:56:17] OS: WinXP (5.1.2600).2
[15.08.2005 18:56:17] Job started.
[15.08.2005 18:56:17] Input file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_0.IFO
[15.08.2005 18:56:17] Output file: H:\final.avi
[15.08.2005 18:56:17] Output codec: XviD
[15.08.2005 18:56:17] Audio 1: Deutsch AC3 6ch
[15.08.2005 18:56:17] Subtitles: none
[15.08.2005 18:56:17] Format: .AVI
[15.08.2005 18:56:17] Target size: 1401Mb
[15.08.2005 18:56:17] Custom resolution settings: fixed width of 640 pixels
[15.08.2005 18:56:17] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[15.08.2005 18:56:17] Started encoding.
[15.08.2005 18:56:17] Demuxing and indexing.
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_1.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_2.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_3.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_4.VOB
[15.08.2005 18:57:56] Source resolution: 720x576
[15.08.2005 18:57:56] Found PAL source.
[15.08.2005 18:57:56] Source aspect ratio: 16:9
[15.08.2005 18:57:56] Analyzing source.
[15.08.2005 19:01:43] Source has percentage of interlacing in motion areas: 0,00
[15.08.2005 19:01:43] Source is considered to be progressive.
[15.08.2005 19:01:43] Output will contain 153250 frames
[15.08.2005 19:01:43] Decoding audio.
[15.08.2005 19:04:19] Normalizing audio.
[15.08.2005 19:05:36] Encoding audio.
[15.08.2005 19:12:53] Audio1 size: 98,080,896 bytes (93.54 Mb)
[15.08.2005 19:12:53] Overhead: 1,819,904 bytes (1.74 Mb)
[15.08.2005 19:12:53] Video size: 1,369,154,176 bytes (1305.73 Mb)
[15.08.2005 19:12:53] Running compressibility test.
[15.08.2005 19:12:53] Writing the following script to H:\agk_tmp\final_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("H:\agk_tmp\final.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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(300,15)
===========================================================
[15.08.2005 19:17:16] Duration was: 4 minutes 22 seconds
[15.08.2005 19:17:16] Speed was: 29,19 fps.
[15.08.2005 19:17:16] Compressibility percentage is: 167,50
[15.08.2005 19:17:16] Switching b-frames off
[15.08.2005 19:17:16] Chosen resolution is: 640x272 ( AR: 2,35 )
[15.08.2005 19:17:16] Predicted comptest value is: 125,29
[15.08.2005 19:17:16] Running first pass.
[15.08.2005 19:17:16] Writing the following script to H:\agk_tmp\final_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("H:\agk_tmp\final.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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)
===========================================================
[15.08.2005 20:03:05] Duration was: 45 minutes 48 seconds
[15.08.2005 20:03:05] Speed was: 55,75 fps.
[15.08.2005 20:03:06] Expected quality of first pass size: 116,50
[15.08.2005 20:03:06] Trying to adjust settings.
[15.08.2005 20:03:06] No adjustment is possible
[15.08.2005 20:03:06] Warning: final AVI will likely be undersized.
[15.08.2005 20:03:06] Running second pass.
[15.08.2005 21:17:16] Duration was: 1 hour, 14 minutes 10 seconds
[15.08.2005 21:17:17] Speed was: 34,44 fps.
[15.08.2005 21:17:17] Job finished. Total time: 2 hours 20 minutes 59 seconds
I used AGK 2.07 so far and now tried the actual 2.15. I encoded a movie, wich should have a final size about 1400 MB. But the size is always around 1000-1100 MB. This happens only with XVID-encoded files (1.1 beta2), not with DivX.
In the log there is a warning "No adjustment is possible" and "Warning: final AVI will likely be undersized". Again, Version 2.07 of AutoGK encodes the file with the same settings and the final size is o.k. Has anyone an idea, why this undersizing happens?
:thanks:, Frank
Here's the log:
[15.08.2005 18:56:17] AutoGK 2.15b
[15.08.2005 18:56:17] OS: WinXP (5.1.2600).2
[15.08.2005 18:56:17] Job started.
[15.08.2005 18:56:17] Input file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_0.IFO
[15.08.2005 18:56:17] Output file: H:\final.avi
[15.08.2005 18:56:17] Output codec: XviD
[15.08.2005 18:56:17] Audio 1: Deutsch AC3 6ch
[15.08.2005 18:56:17] Subtitles: none
[15.08.2005 18:56:17] Format: .AVI
[15.08.2005 18:56:17] Target size: 1401Mb
[15.08.2005 18:56:17] Custom resolution settings: fixed width of 640 pixels
[15.08.2005 18:56:17] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[15.08.2005 18:56:17] Started encoding.
[15.08.2005 18:56:17] Demuxing and indexing.
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_1.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_2.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_3.VOB
[15.08.2005 18:57:56] Processing file: H:\DVD_VIDEO\VIDEO_TS\VTS_01_PGC_01_4.VOB
[15.08.2005 18:57:56] Source resolution: 720x576
[15.08.2005 18:57:56] Found PAL source.
[15.08.2005 18:57:56] Source aspect ratio: 16:9
[15.08.2005 18:57:56] Analyzing source.
[15.08.2005 19:01:43] Source has percentage of interlacing in motion areas: 0,00
[15.08.2005 19:01:43] Source is considered to be progressive.
[15.08.2005 19:01:43] Output will contain 153250 frames
[15.08.2005 19:01:43] Decoding audio.
[15.08.2005 19:04:19] Normalizing audio.
[15.08.2005 19:05:36] Encoding audio.
[15.08.2005 19:12:53] Audio1 size: 98,080,896 bytes (93.54 Mb)
[15.08.2005 19:12:53] Overhead: 1,819,904 bytes (1.74 Mb)
[15.08.2005 19:12:53] Video size: 1,369,154,176 bytes (1305.73 Mb)
[15.08.2005 19:12:53] Running compressibility test.
[15.08.2005 19:12:53] Writing the following script to H:\agk_tmp\final_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("H:\agk_tmp\final.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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(300,15)
===========================================================
[15.08.2005 19:17:16] Duration was: 4 minutes 22 seconds
[15.08.2005 19:17:16] Speed was: 29,19 fps.
[15.08.2005 19:17:16] Compressibility percentage is: 167,50
[15.08.2005 19:17:16] Switching b-frames off
[15.08.2005 19:17:16] Chosen resolution is: 640x272 ( AR: 2,35 )
[15.08.2005 19:17:16] Predicted comptest value is: 125,29
[15.08.2005 19:17:16] Running first pass.
[15.08.2005 19:17:16] Writing the following script to H:\agk_tmp\final_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("H:\agk_tmp\final.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.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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)
===========================================================
[15.08.2005 20:03:05] Duration was: 45 minutes 48 seconds
[15.08.2005 20:03:05] Speed was: 55,75 fps.
[15.08.2005 20:03:06] Expected quality of first pass size: 116,50
[15.08.2005 20:03:06] Trying to adjust settings.
[15.08.2005 20:03:06] No adjustment is possible
[15.08.2005 20:03:06] Warning: final AVI will likely be undersized.
[15.08.2005 20:03:06] Running second pass.
[15.08.2005 21:17:16] Duration was: 1 hour, 14 minutes 10 seconds
[15.08.2005 21:17:17] Speed was: 34,44 fps.
[15.08.2005 21:17:17] Job finished. Total time: 2 hours 20 minutes 59 seconds