I know on my linux box I can use:

cat file1.mov file2.mv file3.mov > combined.mov

But in OSX this doesn't seem to work. Only the file1.mov is combined.

Any work arounds for OSX?

Thanks

link|improve this question

Definitely not programming related---voted to move to superuser.com. :-) – Chris Jester-Young Apr 23 '10 at 13:33
feedback

1 Answer

up vote 1 down vote accepted

According to the FFMPEG FAQ, you have to convert your .mov files to MPEG format before you can concatenate them in that fashion.

Yes, you can use FFMPEG to do the conversion, both to and from MPEG. :-P

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.