how to join video clips and play them continuously

Asked by deepak baranwal

how to join vedio clips and play them continuously in pitivi vedio editor

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
actionparsnip (andrew-woodhead666) said :
#1

You can do it in command line with:

cat file1.avi file2.avi > mid.avi
mencoder -forceidx -oac copy -ovc copy mid.avi -o output.avi
rm mid.avi

Can you help with this problem?

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

To post a message you must log in.