I've got about 20 one second clips in AVI I want to join to process as one video. Is there a simple way to go about this?
+ Reply to Thread
Results 1 to 3 of 3
-
-
AVISynth is an option.
Create a script with...
AVISource("Filepath\Filename01.avi")+AVISource("Fi lepath\Filename02.avi")
etc...
BTW, it might be DirectShowSource() ...
With same parameters...
Replace Filepath with the path to the AVI
Replace Filenamexx.avi with the name of the avi -
Virtualdub is the easiest IMO. Either open your file and then go to File > Append AVI segment, or alternatively rename your files file_01.avi, file_02.avi ... and so on, then tick the "Automatically load linked segments" tickbox when you go to open your first file, and all the files in the sequence should load.
If in doubt, Google it.
Similar Threads
-
A simple program that will join groups of 4 or so video files?
By Toki_Wartooth in forum EditingReplies: 9Last Post: 3rd Jun 2010, 18:21 -
Simple question....... what is the best way to join AVI files
By True Colors in forum Newbie / General discussionsReplies: 3Last Post: 24th Apr 2010, 21:22 -
Simple way to join mts files with stream copy (no recoding)?
By MJ Peg in forum Video ConversionReplies: 32Last Post: 1st Oct 2009, 07:29 -
Simple yet good... that can join my 2 parts avi video into 1
By mai_hnf in forum EditingReplies: 6Last Post: 8th Sep 2007, 02:59 -
Using Submerge to Join avi Files to srt Files: Problems with Export
By TiggyWink in forum MacReplies: 1Last Post: 26th Jun 2007, 08:16