rudi123
23rd April 2005, 10:34
Hi,
as far as I understand the FAQ 2.3 and 2.4, the first audio stream should be encoded in AC3 and the second in MP3 VBR128 when run in Auto mode and target size >700MB. But all I get is 2 AC3-Streams. Tried it with different movies but I always get the same results.
Am I misunderstanding something here?
Here's part of the log if that helps:
[20.04.2005 19:56:45] AutoGK 2.06b
[20.04.2005 19:56:45] OS: WinXP (5.1.2600).2
[20.04.2005 19:56:45] Job started.
[20.04.2005 19:56:45] Input dir: E:\JURASSIC_PARK_3\VIDEO_TS
[20.04.2005 19:56:45] Output file: E:\svcd\Jurassic3.avi
[20.04.2005 19:56:45] Output codec: XviD
[20.04.2005 19:56:45] Audio1: Deutsch AC3 6ch
[20.04.2005 19:56:45] Audio2: English AC3 6ch
[20.04.2005 19:56:45] Subtitles: none
[20.04.2005 19:56:45] Format: .AVI
[20.04.2005 19:56:45] Target size: 1120Mb
[20.04.2005 19:56:45] Started encoding.
[20.04.2005 19:56:45] Demuxing and indexing.
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_1.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_2.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_3.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_4.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_5.VOB
[20.04.2005 20:01:42] Source aspect ratio: 16:9
[20.04.2005 20:01:42] Source resolution: 720x576
[20.04.2005 20:01:42] Found PAL source.
[20.04.2005 20:01:42] Analyzing source.
[20.04.2005 20:06:00] Source has percentage of interlacing in motion areas: 0,00
[20.04.2005 20:06:00] Source is considered to be progressive.
[20.04.2005 20:06:00] Output will contain 132621 frames
[20.04.2005 20:06:00] Using bitrate spikes control.
[20.04.2005 20:06:00] Audio1 size: 254,628,864 bytes (242.83 Mb)
[20.04.2005 20:06:00] Audio2 size: 254,630,400 bytes (242.83 Mb)
[20.04.2005 20:06:00] Overhead: 6,879,744 bytes (6.56 Mb)
[20.04.2005 20:06:00] Video size: 658,266,112 bytes (627.77 Mb)
[20.04.2005 20:06:00] Running compressibility test.
[20.04.2005 20:06:00] Writing the following script to E:\svcd\agk_tmp\Jurassic3_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\svcd\agk_tmp\Jurassic3.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 = 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
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)
===========================================================
[20.04.2005 20:12:11] Duration was: 6 minutes 9 seconds
[20.04.2005 20:12:11] Speed was: 17,93 fps.
[20.04.2005 20:12:11] Compressibility percentage is: 51,53
[20.04.2005 20:12:11] Using softer matrix.
[20.04.2005 20:12:11] Chosen resolution is: 624x336 ( AR: 1,86 )
[20.04.2005 20:12:11] Predicted comptest value is: 73,34
[20.04.2005 20:12:11] Running first pass.
[20.04.2005 20:12:11] Writing the following script to E:\svcd\agk_tmp\Jurassic3_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\svcd\agk_tmp\Jurassic3.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 = 624
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)
as far as I understand the FAQ 2.3 and 2.4, the first audio stream should be encoded in AC3 and the second in MP3 VBR128 when run in Auto mode and target size >700MB. But all I get is 2 AC3-Streams. Tried it with different movies but I always get the same results.
Am I misunderstanding something here?
Here's part of the log if that helps:
[20.04.2005 19:56:45] AutoGK 2.06b
[20.04.2005 19:56:45] OS: WinXP (5.1.2600).2
[20.04.2005 19:56:45] Job started.
[20.04.2005 19:56:45] Input dir: E:\JURASSIC_PARK_3\VIDEO_TS
[20.04.2005 19:56:45] Output file: E:\svcd\Jurassic3.avi
[20.04.2005 19:56:45] Output codec: XviD
[20.04.2005 19:56:45] Audio1: Deutsch AC3 6ch
[20.04.2005 19:56:45] Audio2: English AC3 6ch
[20.04.2005 19:56:45] Subtitles: none
[20.04.2005 19:56:45] Format: .AVI
[20.04.2005 19:56:45] Target size: 1120Mb
[20.04.2005 19:56:45] Started encoding.
[20.04.2005 19:56:45] Demuxing and indexing.
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_1.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_2.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_3.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_4.VOB
[20.04.2005 20:01:42] Processing file: E:\JURASSIC_PARK_3\VIDEO_TS\VTS_01_PGC_01_5.VOB
[20.04.2005 20:01:42] Source aspect ratio: 16:9
[20.04.2005 20:01:42] Source resolution: 720x576
[20.04.2005 20:01:42] Found PAL source.
[20.04.2005 20:01:42] Analyzing source.
[20.04.2005 20:06:00] Source has percentage of interlacing in motion areas: 0,00
[20.04.2005 20:06:00] Source is considered to be progressive.
[20.04.2005 20:06:00] Output will contain 132621 frames
[20.04.2005 20:06:00] Using bitrate spikes control.
[20.04.2005 20:06:00] Audio1 size: 254,628,864 bytes (242.83 Mb)
[20.04.2005 20:06:00] Audio2 size: 254,630,400 bytes (242.83 Mb)
[20.04.2005 20:06:00] Overhead: 6,879,744 bytes (6.56 Mb)
[20.04.2005 20:06:00] Video size: 658,266,112 bytes (627.77 Mb)
[20.04.2005 20:06:00] Running compressibility test.
[20.04.2005 20:06:00] Writing the following script to E:\svcd\agk_tmp\Jurassic3_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\svcd\agk_tmp\Jurassic3.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 = 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
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)
===========================================================
[20.04.2005 20:12:11] Duration was: 6 minutes 9 seconds
[20.04.2005 20:12:11] Speed was: 17,93 fps.
[20.04.2005 20:12:11] Compressibility percentage is: 51,53
[20.04.2005 20:12:11] Using softer matrix.
[20.04.2005 20:12:11] Chosen resolution is: 624x336 ( AR: 1,86 )
[20.04.2005 20:12:11] Predicted comptest value is: 73,34
[20.04.2005 20:12:11] Running first pass.
[20.04.2005 20:12:11] Writing the following script to E:\svcd\agk_tmp\Jurassic3_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("E:\svcd\agk_tmp\Jurassic3.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 = 624
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)