Please could someone help me. I am trying to join 2 avi files together but they wont join because the data rates are different one is 195 kbps and the other is 162 kbps is this the problem and how do i ovecome this to be able to join them to convert them to dvd.
Thanks in advance
+ Reply to Thread
Results 1 to 6 of 6
-
-
You can do this two ways -
Use Virtualdub re-encode one of the AVI's to the same bitrate as the other, join them (Virtualdub again) then convert to DVD or convert the seperate files to DVD then join them together. In the words of my uncle Veron - "the choice is yours". -
Originally Posted by jimmalenko
-
Thanks for all the help will give them a try to see the best method that suits the files.
Thanks again to all -
AVISynth:
part1 = avisource("part1.avi")
part2 = avisource("part2.avi")
return part1++part2
Similar Threads
-
Joining two AVIs in TMPGEnc Xpress
By jeanpave in forum Video ConversionReplies: 17Last Post: 8th May 2010, 23:16 -
? Shrinking Multiple AVIs to Target Total-Size Then Joining to Originals
By Synetech in forum EditingReplies: 2Last Post: 4th Apr 2008, 21:14 -
Joining AVIs - Vdub reports audio streams do not share common sample rate
By Lolipop Jones in forum Video ConversionReplies: 3Last Post: 22nd Jan 2008, 14:32 -
Trouble joining two mp4s (or two avis)
By nosillacast in forum EditingReplies: 2Last Post: 27th Sep 2007, 09:30 -
How can I join several AVIs into one?
By htp367 in forum EditingReplies: 2Last Post: 30th May 2007, 10:06