Spreeni
8th May 2005, 13:54
Hi,
I've noticed a different behavior of the auto-resolution function in 2.08 beta. For example, a 55 min. mpeg-PAL-file ist reduced to 592x448 at 700 MB size. With output size is set to 800 MB the resolution is reduced to 560x416. This is strange, because the resolution should be higher at a higher bitrate. This happens in compatibility-mode with both, MTK/Sigma and ESS chipsets.
The 2.07b-version (with ESS-Support) choose the 560x416 resolution for an 700MB file and rises it up the higher the output size is set.
Here are parts of the log-files: AGK @ 700 MB and 800 MB output size
[08.05.2005 11:11:23] AutoGK 2.08b
[08.05.2005 11:11:23] OS: WinXP (5.1.2600).2
[08.05.2005 11:11:23] Job started.
[08.05.2005 11:11:23] Input file: Evolution-Intelligenz.mpg
[08.05.2005 11:11:23] Output file: H:\mpeg-capture\208_custom700.avi
[08.05.2005 11:11:23] Output codec: XviD
[08.05.2005 11:11:23] Audio1: Audio Stream 0 MPEG
[08.05.2005 11:11:23] Subtitles: none
[08.05.2005 11:11:23] Format: .AVI
[08.05.2005 11:11:23] Target size: 700Mb
[08.05.2005 11:11:23] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[08.05.2005 11:11:23] Standalone support enabled: MTK/Sigma
[08.05.2005 11:11:23] Started encoding.
[08.05.2005 11:11:23] Demuxing and indexing.
[08.05.2005 11:13:30] Processing file: H:\mpeg-capture\Evolution-Intelligenz.mpg
[08.05.2005 11:13:30] Source aspect ratio: 4:3
[08.05.2005 11:13:30] Source resolution: 720x576
[08.05.2005 11:13:30] Found PAL source.
[08.05.2005 11:13:30] Analyzing source.
[08.05.2005 11:15:47] Source has percentage of interlacing in motion areas: 37,24
[08.05.2005 11:15:47] Source is considered to be interlaced.
[08.05.2005 11:15:47] Output will contain 82732 frames
[08.05.2005 11:15:47] Encoding audio.
[08.05.2005 11:20:08] Picking up autocrop parameters.
[08.05.2005 11:20:08] Audio1 size: 52,949,760 bytes (50.50 Mb)
[08.05.2005 11:20:08] Overhead: 982,400 bytes (0.94 Mb)
[08.05.2005 11:20:08] Video size: 680,071,040 bytes (648.57 Mb)
[08.05.2005 11:20:08] Running compressibility test.
[08.05.2005 11:20:08] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom700_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")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("H:\mpeg-capture\agk_tmp\208_custom700.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[08.05.2005 11:23:59] Duration was: 3 minutes 50 seconds
[08.05.2005 11:23:59] Speed was: 17,93 fps.
[08.05.2005 11:23:59] Compressibility percentage is: 60,85
[08.05.2005 11:23:59] Chosen resolution is: 592x448 ( AR: 1,32 )
[08.05.2005 11:23:59] Predicted comptest value is: 70,48
[08.05.2005 11:23:59] Running first pass.
[08.05.2005 11:23:59] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom700_movie.avs
[08.05.2005 12:10:09] AutoGK 2.08b
[08.05.2005 12:10:09] OS: WinXP (5.1.2600).2
[08.05.2005 12:10:09] Job started.
[08.05.2005 12:10:09] Input file: Evolution-Intelligenz.mpg
[08.05.2005 12:10:09] Output file: H:\mpeg-capture\208_custom800.avi
[08.05.2005 12:10:09] Output codec: XviD
[08.05.2005 12:10:09] Audio1: Audio Stream 0 MPEG
[08.05.2005 12:10:09] Subtitles: none
[08.05.2005 12:10:09] Format: .AVI
[08.05.2005 12:10:09] Target size: 800Mb
[08.05.2005 12:10:09] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[08.05.2005 12:10:09] Standalone support enabled: MTK/Sigma
[08.05.2005 12:10:09] Started encoding.
[08.05.2005 12:10:09] Demuxing and indexing.
[08.05.2005 12:11:22] Processing file: H:\mpeg-capture\Evolution-Intelligenz.mpg
[08.05.2005 12:11:22] Source aspect ratio: 4:3
[08.05.2005 12:11:22] Source resolution: 720x576
[08.05.2005 12:11:22] Found PAL source.
[08.05.2005 12:11:22] Analyzing source.
[08.05.2005 12:13:40] Source has percentage of interlacing in motion areas: 37,24
[08.05.2005 12:13:40] Source is considered to be interlaced.
[08.05.2005 12:13:40] Output will contain 82732 frames
[08.05.2005 12:13:40] Encoding audio.
[08.05.2005 12:18:05] Picking up autocrop parameters.
[08.05.2005 12:18:05] Audio1 size: 52,949,760 bytes (50.50 Mb)
[08.05.2005 12:18:05] Overhead: 982,400 bytes (0.94 Mb)
[08.05.2005 12:18:05] Video size: 784,928,640 bytes (748.57 Mb)
[08.05.2005 12:18:05] Running compressibility test.
[08.05.2005 12:18:05] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom800_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")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("H:\mpeg-capture\agk_tmp\208_custom800.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
out_width = 704
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[08.05.2005 12:22:49] Duration was: 4 minutes 43 seconds
[08.05.2005 12:22:49] Speed was: 14,57 fps.
[08.05.2005 12:22:49] Compressibility percentage is: 44,26
[08.05.2005 12:22:49] Chosen resolution is: 560x416 ( AR: 1,35 )
[08.05.2005 12:22:49] Predicted comptest value is: 70,63
[08.05.2005 12:22:49] Running first pass.
[08.05.2005 12:22:49] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom800_movie.avs
I've noticed a different behavior of the auto-resolution function in 2.08 beta. For example, a 55 min. mpeg-PAL-file ist reduced to 592x448 at 700 MB size. With output size is set to 800 MB the resolution is reduced to 560x416. This is strange, because the resolution should be higher at a higher bitrate. This happens in compatibility-mode with both, MTK/Sigma and ESS chipsets.
The 2.07b-version (with ESS-Support) choose the 560x416 resolution for an 700MB file and rises it up the higher the output size is set.
Here are parts of the log-files: AGK @ 700 MB and 800 MB output size
[08.05.2005 11:11:23] AutoGK 2.08b
[08.05.2005 11:11:23] OS: WinXP (5.1.2600).2
[08.05.2005 11:11:23] Job started.
[08.05.2005 11:11:23] Input file: Evolution-Intelligenz.mpg
[08.05.2005 11:11:23] Output file: H:\mpeg-capture\208_custom700.avi
[08.05.2005 11:11:23] Output codec: XviD
[08.05.2005 11:11:23] Audio1: Audio Stream 0 MPEG
[08.05.2005 11:11:23] Subtitles: none
[08.05.2005 11:11:23] Format: .AVI
[08.05.2005 11:11:23] Target size: 700Mb
[08.05.2005 11:11:23] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[08.05.2005 11:11:23] Standalone support enabled: MTK/Sigma
[08.05.2005 11:11:23] Started encoding.
[08.05.2005 11:11:23] Demuxing and indexing.
[08.05.2005 11:13:30] Processing file: H:\mpeg-capture\Evolution-Intelligenz.mpg
[08.05.2005 11:13:30] Source aspect ratio: 4:3
[08.05.2005 11:13:30] Source resolution: 720x576
[08.05.2005 11:13:30] Found PAL source.
[08.05.2005 11:13:30] Analyzing source.
[08.05.2005 11:15:47] Source has percentage of interlacing in motion areas: 37,24
[08.05.2005 11:15:47] Source is considered to be interlaced.
[08.05.2005 11:15:47] Output will contain 82732 frames
[08.05.2005 11:15:47] Encoding audio.
[08.05.2005 11:20:08] Picking up autocrop parameters.
[08.05.2005 11:20:08] Audio1 size: 52,949,760 bytes (50.50 Mb)
[08.05.2005 11:20:08] Overhead: 982,400 bytes (0.94 Mb)
[08.05.2005 11:20:08] Video size: 680,071,040 bytes (648.57 Mb)
[08.05.2005 11:20:08] Running compressibility test.
[08.05.2005 11:20:08] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom700_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")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("H:\mpeg-capture\agk_tmp\208_custom700.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[08.05.2005 11:23:59] Duration was: 3 minutes 50 seconds
[08.05.2005 11:23:59] Speed was: 17,93 fps.
[08.05.2005 11:23:59] Compressibility percentage is: 60,85
[08.05.2005 11:23:59] Chosen resolution is: 592x448 ( AR: 1,32 )
[08.05.2005 11:23:59] Predicted comptest value is: 70,48
[08.05.2005 11:23:59] Running first pass.
[08.05.2005 11:23:59] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom700_movie.avs
[08.05.2005 12:10:09] AutoGK 2.08b
[08.05.2005 12:10:09] OS: WinXP (5.1.2600).2
[08.05.2005 12:10:09] Job started.
[08.05.2005 12:10:09] Input file: Evolution-Intelligenz.mpg
[08.05.2005 12:10:09] Output file: H:\mpeg-capture\208_custom800.avi
[08.05.2005 12:10:09] Output codec: XviD
[08.05.2005 12:10:09] Audio1: Audio Stream 0 MPEG
[08.05.2005 12:10:09] Subtitles: none
[08.05.2005 12:10:09] Format: .AVI
[08.05.2005 12:10:09] Target size: 800Mb
[08.05.2005 12:10:09] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[08.05.2005 12:10:09] Standalone support enabled: MTK/Sigma
[08.05.2005 12:10:09] Started encoding.
[08.05.2005 12:10:09] Demuxing and indexing.
[08.05.2005 12:11:22] Processing file: H:\mpeg-capture\Evolution-Intelligenz.mpg
[08.05.2005 12:11:22] Source aspect ratio: 4:3
[08.05.2005 12:11:22] Source resolution: 720x576
[08.05.2005 12:11:22] Found PAL source.
[08.05.2005 12:11:22] Analyzing source.
[08.05.2005 12:13:40] Source has percentage of interlacing in motion areas: 37,24
[08.05.2005 12:13:40] Source is considered to be interlaced.
[08.05.2005 12:13:40] Output will contain 82732 frames
[08.05.2005 12:13:40] Encoding audio.
[08.05.2005 12:18:05] Picking up autocrop parameters.
[08.05.2005 12:18:05] Audio1 size: 52,949,760 bytes (50.50 Mb)
[08.05.2005 12:18:05] Overhead: 982,400 bytes (0.94 Mb)
[08.05.2005 12:18:05] Video size: 784,928,640 bytes (748.57 Mb)
[08.05.2005 12:18:05] Running compressibility test.
[08.05.2005 12:18:05] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom800_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")
LoadPlugin("C:\PROGRA~1\_Video\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("H:\mpeg-capture\agk_tmp\208_custom800.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
out_width = 704
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[08.05.2005 12:22:49] Duration was: 4 minutes 43 seconds
[08.05.2005 12:22:49] Speed was: 14,57 fps.
[08.05.2005 12:22:49] Compressibility percentage is: 44,26
[08.05.2005 12:22:49] Chosen resolution is: 560x416 ( AR: 1,35 )
[08.05.2005 12:22:49] Predicted comptest value is: 70,63
[08.05.2005 12:22:49] Running first pass.
[08.05.2005 12:22:49] Writing the following script to H:\mpeg-capture\agk_tmp\208_custom800_movie.avs