Log in

View Full Version : Still Having Audio Problems!!!!


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?

len0x
2nd February 2005, 12:21
The amount of exclamation marks you're using in the topic description will NOT make us help you any faster (in fact the reverse is true). Please refrain from using them.

Anyway, I can't help you. If you have problems demuxing audio even manually from DGIndex for a given source then you should report it in
the DGIndex forum.

P.S. Behaviour of DGIndex is changed, so it will be no longer possible to stop its operation when starting from CLI. You have to use version 1.0.12 for that.

chilled
2nd February 2005, 15:27
notice you are using 1.60. try updating to latest beta 1.89

CCoug83
2nd February 2005, 22:12
Sorry for the excessive use of exclamation marks, I've just been a bit frustrated with this problem. The audio muxing problem doesn't appear to have to do with the DGI Index portion. That part of the process finishes just fine and then when encoding the audio it displays a bunch of problems in besweet and the new program, then moves to the next step.

Also I have tried using the newest version of AutoGK with the same result. I thought it might be a problem with the newer versions so I downgraded back to the last stable release to see if I still had the problem.

len0x
2nd February 2005, 22:28
The fact that demuxing successfuly finishes means nothing as that step clearly produces broken audio stream (otherwise there wouldn't be any errors during audio encoding). So its either DVDDecrypter's problem or DGIndex's and I cannot do anything about it.

P.S. I have Resident Evil 2 coming next week and The Grudge a week or two later, so at least I will have a chance to see what's this fuss all about.

CCoug83
2nd February 2005, 22:32
Thanks Lenox. I'll try to see if I can experiment and fix the problem in DGI Index. I'll downgrade to the older version so it won't close on me and I can edit out those stupid blank cells. Let me know how your rips of Resident Evil 2 and The Grudge turn out.

Using the same version of DGI Index in GK it appears to work. How interesting.

len0x
3rd February 2005, 00:06
Originally posted by CCoug83
Using the same version of DGI Index in GK it appears to work. How interesting.

What do you mean? Is audio produced during AutoGK job not the same as manually demuxed in DGIndex?

len0x
3rd February 2005, 14:54
The more I think about it the more it seems that its decrypting stage problem. Have a look here: http://forum.doom9.org/showthread.php?s=&threadid=87774 . So to gain audio synch back you need hidden sells to be removed during decrypting step.