hi,
this is my first post to the forum so please be kind.
i have 2 avi files and i have joined them with vdub but on the completed file the appended part is out of sync (audio) be about 1 second??
any ideas how i can join the 2 parts without this happening as they both work ok on there own.
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
Using AVISynth you can add individual delays to multiple clips that you've joined.
ex:
AVISource("whatever_1.avi").DelayAudio(-.200)+AVISource("whatever_2.avi").DelayAudio(-.700)+AVISource("whatever_3.avi").DelayAudio(-.400)
etc, etc, etc..."There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke -
I join the two with an avs script and then load it into VDubMod. Then check the length of the video and audio tracks of the combined file. If there's a difference, I start with that as the delay on the clip that's out of synch. You're just going to have to fiddle with it till you get it right. Files don't always mesh so smoothly. I've done this a few times with SVCDs I've downloaded and put on DVD, and the second file is usually out of whack, even though it plays just fine by itself. If there's a definitive fix for this, I sure as hell don't know it....I just **** with it till I get it right.
Or at least I used to....before the new wore off and I got tired of screwing around with downloaded clips."There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke
Similar Threads
-
audio sync problem joining two avi files
By kthan in forum EditingReplies: 11Last Post: 2nd Apr 2011, 12:52 -
Audio out of sync (with over 0.5sec) when joining multiple avi files
By andy_blah in forum Video ConversionReplies: 28Last Post: 10th Aug 2008, 14:55 -
Joining avi's - problem with differing bitrates
By Topher5000 in forum EditingReplies: 6Last Post: 12th Aug 2007, 20:54 -
Audio Sync Problem Joining 2 AVI's Together from a 2 DVD Set
By boofer in forum EditingReplies: 6Last Post: 22nd Jul 2007, 01:29 -
Problem Joining AVI files with MEncoder
By RetSpec in forum EditingReplies: 1Last Post: 6th May 2007, 22:00