CCoug83
2nd February 2005, 05:02
I can't seem to get around this problem! When enoding movies with the new encryption method, it has an audio encoding problem and resulting in a filesize of like 3MB! I cut out the blank cells using DVD2AVI, but then I have the weird audio problem. The log is as follows.
[2/1/2005 7:55:25 PM] AutoGK 1.60
[2/1/2005 7:55:25 PM] OS: WinXP (5.1.2600).2
[2/1/2005 7:55:25 PM] Job started.
[2/1/2005 7:55:25 PM] Input dir: C:\Ripping\The Grudge
[2/1/2005 7:55:25 PM] Output file: C:\Ripping\The Grudge\The Grudge.avi
[2/1/2005 7:55:25 PM] Audio: English
[2/1/2005 7:55:25 PM] Subtitles: none
[2/1/2005 7:55:25 PM] Codec: XviD
[2/1/2005 7:55:25 PM] Target size: 700Mb
[2/1/2005 7:55:25 PM] Custom resolution settings: minimum width of 512 pixels
[2/1/2005 7:55:25 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[2/1/2005 7:55:25 PM] Started encoding.
[2/1/2005 7:55:25 PM] Demuxing and indexing.
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_1.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_2.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_3.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_4.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_5.VOB
[2/1/2005 7:58:44 PM] Source aspect ratio: 16:9
[2/1/2005 7:58:44 PM] Source resolution: 720x480
[2/1/2005 7:58:44 PM] Found NTSC source.
[2/1/2005 7:58:44 PM] Source seems to be pure FILM.
[2/1/2005 7:58:44 PM] Found 131485 frames
[2/1/2005 7:58:44 PM] Encoding audio.
[2/1/2005 7:58:45 PM] Audio size: 1,472 bytes (0.00 Mb)
[2/1/2005 7:58:45 PM] Overhead: 5,259,392 bytes (5.02 Mb)
[2/1/2005 7:58:45 PM] Video size: 728,742,336 bytes (694.98 Mb)
[2/1/2005 7:58:45 PM] Running compressibility test.
[2/1/2005 7:58:45 PM] Writing the following script to C:\Ripping\The Grudge\agk_tmp\The Grudge_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Ripping\The Grudge\agk_tmp\The Grudge.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()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
*************************************
EXCEPTION: Job aborted
*************************************
[2/1/2005 7:59:21 PM] Job finished.
Please help me as soon as possible. This problem has been nagging me forever in trying to do The Forgotten, The Grudge, and Little Black Book. For some reason I did not have this problem with Resident Evil. I've also tried this with the newest versions of Autogk with the same result.
However, I've also noticed in the newest versions that when you press escape in the DVD2AVI process, it automatically closes it and moves on to the next step whereas before it stayed in DVD2AVI so you could edit it. That was so helpful to me! Can you change the coding back so it won't do close DVD2AVI when you press escape?
[2/1/2005 7:55:25 PM] AutoGK 1.60
[2/1/2005 7:55:25 PM] OS: WinXP (5.1.2600).2
[2/1/2005 7:55:25 PM] Job started.
[2/1/2005 7:55:25 PM] Input dir: C:\Ripping\The Grudge
[2/1/2005 7:55:25 PM] Output file: C:\Ripping\The Grudge\The Grudge.avi
[2/1/2005 7:55:25 PM] Audio: English
[2/1/2005 7:55:25 PM] Subtitles: none
[2/1/2005 7:55:25 PM] Codec: XviD
[2/1/2005 7:55:25 PM] Target size: 700Mb
[2/1/2005 7:55:25 PM] Custom resolution settings: minimum width of 512 pixels
[2/1/2005 7:55:25 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[2/1/2005 7:55:25 PM] Started encoding.
[2/1/2005 7:55:25 PM] Demuxing and indexing.
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_1.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_2.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_3.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_4.VOB
[2/1/2005 7:58:44 PM] Processing file: C:\Ripping\The Grudge\VTS_07_5.VOB
[2/1/2005 7:58:44 PM] Source aspect ratio: 16:9
[2/1/2005 7:58:44 PM] Source resolution: 720x480
[2/1/2005 7:58:44 PM] Found NTSC source.
[2/1/2005 7:58:44 PM] Source seems to be pure FILM.
[2/1/2005 7:58:44 PM] Found 131485 frames
[2/1/2005 7:58:44 PM] Encoding audio.
[2/1/2005 7:58:45 PM] Audio size: 1,472 bytes (0.00 Mb)
[2/1/2005 7:58:45 PM] Overhead: 5,259,392 bytes (5.02 Mb)
[2/1/2005 7:58:45 PM] Video size: 728,742,336 bytes (694.98 Mb)
[2/1/2005 7:58:45 PM] Running compressibility test.
[2/1/2005 7:58:45 PM] Writing the following script to C:\Ripping\The Grudge\agk_tmp\The Grudge_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
movie = mpeg2source("C:\Ripping\The Grudge\agk_tmp\The Grudge.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()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
*************************************
EXCEPTION: Job aborted
*************************************
[2/1/2005 7:59:21 PM] Job finished.
Please help me as soon as possible. This problem has been nagging me forever in trying to do The Forgotten, The Grudge, and Little Black Book. For some reason I did not have this problem with Resident Evil. I've also tried this with the newest versions of Autogk with the same result.
However, I've also noticed in the newest versions that when you press escape in the DVD2AVI process, it automatically closes it and moves on to the next step whereas before it stayed in DVD2AVI so you could edit it. That was so helpful to me! Can you change the coding back so it won't do close DVD2AVI when you press escape?