join two video files together

Asked by simon

how do i join two .avi files together?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu pitivi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Aruna Hewapathirane (aruna-hewapathirane) said :
#1

Please use mencoder.
mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...

This will be useful : http://ubuntuforums.org/showthread.php?t=337234

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

You can also use:

cat avi1 avi2 > infile.avi; mencoder -forceidx -oac copy -ovc copy infile.avi -o outfile.avi

Can you help with this problem?

Provide an answer of your own, or ask simon for more information if necessary.

To post a message you must log in.