PDA

View Full Version : Auto Audio encoding with AuoGK does not work


Snert
26th April 2005, 19:52
I use AutoGK 1.60 and have the problem that the audio encoding only works when I select VBR MP3, 128 kbps under Advanced options. If I chose Auto (AC3/VBR MP3) I got no sound. Why?

unskinnyboy
26th April 2005, 19:54
First, upgrade to either 1.95 stable or 2.07 beta. Then see if the issue persists. If yes, then post the log file here.

len0x
26th April 2005, 23:50
FAQ Q 2.12

Snert
28th April 2005, 10:32
I tried it with version 1.95 stable but I still got the avi-file without sound when I select the auto option. Here is the log file:

[27.04.2005 19:40:53] AutoGK 1.95
[27.04.2005 19:40:53] OS: WinXP (5.1.2600).2
[27.04.2005 19:40:53] Job started.
[27.04.2005 19:40:53] Input dir: C:\Komm_suesser_Tod
[27.04.2005 19:40:53] Output file: C:\Komm_suesser_Tod\Komm_suesser_Tod.avi
[27.04.2005 19:40:53] Audio: Deutsch
[27.04.2005 19:40:53] Subtitles: none
[27.04.2005 19:40:53] Codec: XviD
[27.04.2005 19:40:53] Target size: 1120Mb
[27.04.2005 19:40:53] Started encoding.
[27.04.2005 19:40:53] Demuxing and indexing.
[27.04.2005 19:45:58] Processing file: C:\Komm_suesser_Tod\VTS_01_PGC_01_1.VOB
[27.04.2005 19:45:58] Processing file: C:\Komm_suesser_Tod\VTS_01_PGC_01_2.VOB
[27.04.2005 19:45:58] Processing file: C:\Komm_suesser_Tod\VTS_01_PGC_01_3.VOB
[27.04.2005 19:45:58] Processing file: C:\Komm_suesser_Tod\VTS_01_PGC_01_4.VOB
[27.04.2005 19:45:58] Processing file: C:\Komm_suesser_Tod\VTS_01_PGC_01_5.VOB
[27.04.2005 19:45:58] Source aspect ratio: 4:3
[27.04.2005 19:45:58] Source resolution: 720x576
[27.04.2005 19:45:58] Found PAL source.
[27.04.2005 19:45:59] Analyzing source.
[27.04.2005 19:50:44] Source has percentage of interlacing in motion areas: 0,02
[27.04.2005 19:50:44] Source is considered to be progressive.
[27.04.2005 19:50:44] Output will contain 155501 frames
[27.04.2005 19:50:44] Using bitrate spikes control.
[27.04.2005 19:50:44] Audio size: 199,041,024 bytes (189.82 Mb)
[27.04.2005 19:50:44] Overhead: 1,846,528 bytes (1.76 Mb)
[27.04.2005 19:50:44] Video size: 973,517,568 bytes (928.42 Mb)
[27.04.2005 19:50:44] Running compressibility test.
[27.04.2005 19:50:44] Writing the following script to C:\Komm_suesser_Tod\agk_tmp\Komm_suesser_Tod_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("C:\Komm_suesser_Tod\agk_tmp\Komm_suesser_Tod.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.06666666666667
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 = 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)
===========================================================
[27.04.2005 19:59:45] Duration was: 9 minutes 0 seconds
[27.04.2005 19:59:45] Speed was: 14,38 fps.
[27.04.2005 19:59:45] Compressibility percentage is: 22,03
[27.04.2005 19:59:45] Using softer matrix.
[27.04.2005 19:59:45] Using softer resizer.
[27.04.2005 19:59:45] Chosen resolution is: 480x272 ( AR: 1,76 )
[27.04.2005 19:59:45] Predicted comptest value is: 56,48
[27.04.2005 19:59:45] Running first pass.
[27.04.2005 19:59:45] Writing the following script to C:\Komm_suesser_Tod\agk_tmp\Komm_suesser_Tod_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("C:\Komm_suesser_Tod\agk_tmp\Komm_suesser_Tod.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.06666666666667
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 = 480
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[27.04.2005 21:04:10] Duration was: 1 hour, 4 minutes 25 seconds
[27.04.2005 21:04:10] Speed was: 40,23 fps.
[27.04.2005 21:04:11] Expected quality of first pass size: 52,16
[27.04.2005 21:04:11] Running second pass.
[27.04.2005 22:33:15] Duration was: 1 hour, 29 minutes 3 seconds
[27.04.2005 22:33:15] Speed was: 29,10 fps.
[27.04.2005 22:33:15] Job finished. Total time: 2 hours 52 minutes 22 seconds

len0x
28th April 2005, 22:51
Which part of FAQ Q 2.12 did you not correctly understand? Or you skipped my post altogether?