Hi i want to know how to join 2 avi-files to 1....the guid i found were not complete....can someone help me pleas.
+ Reply to Thread
Results 1 to 3 of 3
-
-
VirtualDub: Open first avi. Load second with Append AVI segment. Save using direct stream copy for both A & V (or frameserve to encoder if encoding to other format is your goal).
Note that both AVIs must share the same properties (resolution, codec, bit rate & cetera)
/Mats -
AVIsynth.
This assumes that they share the same properties (framerate, frame size, ect). Even if they are not the same framesize, you can correct it on the same line (ignore the wrapping line).Code:avisource("movie1.avi")+avisource("movie2.avi")
DarrylCode:avisource("movie1.avi")+avisource("movie2.avi").bilinearresize(720,360).addborders(0,60,0,60)
Similar Threads
-
Join AVI files??
By bagmand22 in forum Authoring (VCD/SVCD)Replies: 16Last Post: 14th Feb 2010, 04:42 -
join several avi files
By hilario in forum EditingReplies: 2Last Post: 13th Nov 2009, 13:49 -
Easy way to join 2+ AVI files
By AppzBeWarez in forum EditingReplies: 2Last Post: 8th May 2009, 00:48 -
Join AVI files together ?
By terryfox in forum Newbie / General discussionsReplies: 7Last Post: 27th Apr 2009, 23:56 -
Using Submerge to Join avi Files to srt Files: Problems with Export
By TiggyWink in forum MacReplies: 1Last Post: 26th Jun 2007, 09:16




Quote