I have 2 AVI DIVX segments each about an hour long and 720 MB. I want to combine them and convert to DVD. The problem I am having is when I append the first segment in VirtualDub it gives the error "Cannot Append Segment: The Audio Streams have different sampling rates (20283.00000 vs. 20151.00000).
I searched this forum and saw some recommendations to convert both segments to MPEG and then combine them in TMPGEnc however my previous experience doing that lead to an unbearable sound delay (more than 20 seconds) and I see a lot of people warning on this forum that there could be some audio problems at the point where the 2 segments are joined.
What can I do to get these AVI's combined without losing quality or synch in audio/video?
Thanks![]()
+ Reply to Thread
Results 1 to 7 of 7
-
-
One word: frameserve. You don't need to physically join two clips together and encode the join clip. You only need to splice them up logically with a frameserver, e.g., AVISynth.
You might need to extract audio separately, resample them to make it DVD compliant and join them together. -
Alternative: Convert the audio in each avi to wav, then join the segments.
Using Vdub: load the file, audio>full processing mode, audio>compression(no compression), video>direct stream copy, save avi.
Do that for both segments and you should be able to join them, they will get quite large though."Art is making something out of nothing and selling it." - Frank Zappa -
You don't need to join them at all !
encode each of them separately to an MPEG2
Insert both mpegs into authoring program
they will play as one movie
just trying to save you some trouble. -
And then there is my favorite, AviSynth:
AviSource("C:\substyle1.avi")+AviSource("C:\substy le2.avi")
Looks pretty easy to me. And you can either frameserve from Virtual Dub to TMPGEnc, or encode in TMPGEnc.Hello.
Similar Threads
-
Combining segments from different titlesets
By dt3kt in forum Newbie / General discussionsReplies: 5Last Post: 14th Jan 2011, 13:28 -
combining two .sub and .avi files into one
By agassi in forum Video ConversionReplies: 1Last Post: 8th Jul 2010, 15:59 -
AVI - split by no. of segments
By macpraveen in forum EditingReplies: 4Last Post: 12th Jun 2009, 23:30 -
Cropping and combining video segments
By hockeygt975 in forum Newbie / General discussionsReplies: 0Last Post: 8th Sep 2008, 15:10 -
appending avi segments w/virtualdubmod
By burgkev in forum Newbie / General discussionsReplies: 2Last Post: 13th Jun 2007, 13:14