best command line tool to join videos
Posted
by
user1079002
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user1079002
Published on 2012-04-16T02:00:25Z
Indexed on
2012/04/16
5:47 UTC
Read the original article
Hit count: 287
I have used ffmpeg, but with it you have to first make mpg videos then do cat video1.mpg video2.mpg > joined.mpg
and then convert to joined.mpg to joined.mp4 with ffmpeg to be able to upload on youtube.
I heard there's mencoder which can join avi files without converting to mpg and using cat command.
I'm making videos to upload on youtube so it needs to be avi mp4 or flv format.
Which tool is the best to join videos from command line?
© Ask Ubuntu or respective owner