Log in

View Full Version : not sync after use BeSliced to fix ac3


Nyq
13th December 2004, 05:27
I joined 3 avi files into one with VDMod
the audio and video are in perfect sync.

then I demux the ac3 , use BeSliced to fix it.
the new ac3 is not sync with video in the later part of the movie.

it there any easy way to sovle this problem?

thanks

Happygolucky
13th December 2004, 15:06
Originally posted by Nyq
I joined 3 avi files into one with VDMod
the audio and video are in perfect sync.

then I demux the ac3 , use BeSliced to fix it.
the new ac3 is not sync with video in the later part of the movie.

it there any easy way to sovle this problem?

thanks
I've run into a similar problem when joining files. I've gotten around it by demuxing the separate files first. So, demux the 3 avi files to obtain 3 AC3 files. Perhaps run BeSliced on the 3 AC3 files before joining them with a standard Copy /b command:

copy /b a.ac3+b.ac3+c.ac3 d.ac3

Matthew
15th December 2004, 08:02
This thread may be of help :)

http://forum.doom9.org/showthread.php?s=&threadid=86629

Nyq
15th December 2004, 14:08
hi
I found a way to fix it.

use delaycut.exe
http://forum.doom9.org/showthread.php?s=&threadid=71545

1. demux 3 ac3 files from 3 avis
2. use delaycut to fix them (I think it is equivalent to use BeSliced)
3. find the duration difference of original ac3 and new ac3 files
4. use delaycut to add delay to new ac3 files, try to make original ac3 and new ac3 files has nearly same length.
5. use copy /b to join 3 new ac3 files

then you can drag the final ac3 directly to DVDMaestro :)