PDA

View Full Version : [ubuntu] I want to compile several AVIs into one


daitheflu08
July 6th, 2008, 12:12 AM
What program do I need?

Creative2
July 6th, 2008, 02:58 AM
you can use video editor

blender
kdenlive
avidemux

for these softwares files must have same resolution same codec same audio codec and etc

fuoco tools --------> Merge--->to avi--->merge with cat---->cat PUTINALINE > 'OUTDIR/FuocoMergedfile.avi'

or a terminal and this command


avimerge -o 'OUTDIR/Mergedfile.avi' -i file1.avi file2.avi

or

cat file1.avi file2.avi > 'OUTDIR/Mergedfile.avi'

whitejohn29
July 6th, 2008, 07:55 AM
There are a lot of programs in Internet, which can compile several AVIs into one you can find them through Google , for example avidemux .