View Full Version : Audio & Video not in-sinc
unholyone
28th August 2005, 19:58
Hello,
I ran AGK to compress the files. I have a DVD that is fine when I watch it. The audio tracks match the video. Meaning that the words being said are insinc with the lips of the actors.
But after I ripped it to the drive with DVD Decrypter and compressed it with AGK they are not is sinc. I had this issue once with another DVD but after I re-compressed it all was fine.
This DVD I have deleted the compressed files and re-compressed it 3 times and still get the same result of the audio and video not in-sinc.
Why is this happening and what can be done to correct it?
Thanks
jggimi
29th August 2005, 02:36
Be sure to rip with DVDD in IFO mode, per guides/tutorials. If that's already the case, then please ...
:logfile:
unholyone
29th August 2005, 03:11
Be sure to rip with DVDD in IFO mode, per guides/tutorials. If that's already the case, then please ...
:logfile:
Yes I did rip in DVDD in IFO mode. I just don't understand it. The Audio and subtitles match but they are not insinc with the actors lips/video.
Agravaiting to say the least.
jggimi
29th August 2005, 04:42
Since you're already using IFO mode, please :logfile:
unholyone
29th August 2005, 05:36
Sorry here is my log file:
[8/27/2005 12:55:30 PM] AutoGK 1.96
[8/27/2005 12:55:30 PM] OS: WinXP (5.1.2600).2
[8/27/2005 12:55:30 PM] Job started.
[8/27/2005 12:55:30 PM] Input dir: fe89d7b3938ff1124d834b1198d10058997f66e8\The Training Rip
[8/27/2005 12:55:30 PM] Output file: 983ae2c6edd6e6ea9189a7d93a31c9a69a08d8cf\The Training.avi
[8/27/2005 12:55:30 PM] Audio: English
[8/27/2005 12:55:30 PM] Subtitles: none
[8/27/2005 12:55:30 PM] Codec: XviD
[8/27/2005 12:55:30 PM] Target quality: 75%
[8/27/2005 12:55:30 PM] Custom audio settings: AC3
[8/27/2005 12:55:30 PM] Started encoding.
[8/27/2005 12:55:30 PM] Demuxing and indexing.
[8/27/2005 12:57:47 PM] Processing file: 78405740b23bb48a677196d40d742532b3638cff\VTS_01_1.VOB
[8/27/2005 12:57:47 PM] Processing file: 78405740b23bb48a677196d40d742532b3638cff\VTS_01_2.VOB
[8/27/2005 12:57:47 PM] Processing file: 78405740b23bb48a677196d40d742532b3638cff\VTS_01_3.VOB
[8/27/2005 12:57:47 PM] Processing file: 78405740b23bb48a677196d40d742532b3638cff\VTS_01_4.VOB
[8/27/2005 12:57:47 PM] Processing file: 78405740b23bb48a677196d40d742532b3638cff\VTS_01_5.VOB
[8/27/2005 12:57:47 PM] Source aspect ratio: 4:3
[8/27/2005 12:57:47 PM] Source resolution: 720x480
[8/27/2005 12:57:47 PM] Found NTSC source.
[8/27/2005 12:57:47 PM] Source seems to be pure FILM.
[8/27/2005 12:57:47 PM] Output will contain 143179 frames
[8/27/2005 12:57:47 PM] Running single pass encoding.
[8/27/2005 12:57:47 PM] Writing the following script to 91389114f02a536e6ef8baf0751fe742d1313ed7\The Training.avs
===========================================================
LoadPlugin("148827b4456fef988c0fcad2cafd2b16f96ffa8e\DGDecode.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\autocrop.dll")
LoadPlugin("707acb1e724a610ec2f8cb065a549ee1b5c334a9\RemoveGrain.dll")
movie = mpeg2source("91389114f02a536e6ef8baf0751fe742d1313ed7\The Training.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 = 0.888888888888889
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 = 720
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)
===========================================================
[8/27/2005 5:53:48 PM] Duration was: 4 hours 56 minutes 1 second.
[8/27/2005 5:53:48 PM] Speed was: 8.06 fps.
[8/27/2005 5:53:48 PM] Job finished. Total time: 4 hours 58 minutes 17 seconds
jggimi
29th August 2005, 13:51
[8/27/2005 12:55:30 PM] Custom audio settings: AC3The soundtrack used is Dolby Digital. It is demuxed from the VOB set and used unaltered. AGK uses DGIndex to demux the audio.
I note you are using AGK 1.96; you might want to retry a newer release -- the latest is 2.16, and 2.16 uses an updated version of DGIndex (DGMPGDec 1.4.1 RC1).
Please let us know if 2.16 eliminates the problem.
[Edit: clarity]
unholyone
29th August 2005, 15:40
AGK 1.96 is the only stable version correct? 2.16 is not yet considered a stable version right?
jggimi
29th August 2005, 17:37
2.16 is a development version. I recommended you try it because a subsidiary component, DGIndex, has been updated. And, DGIndex is the component that determines audio sync in this situation; all AGK will do is use the delay reported by DGIndex when muxing the audio into the final .avi file.
[Edit: added the following link]
For a history of recent changes to the development version, see the opening post in http://forum.doom9.org/showthread.php?t=64266
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.