I'm looking for a command line video editor in linux. Basically, I need to compose two 320x240 into a single 640x240 video, with both videos side to side.
I need to do it using command line so I can run it from a server.
Any ideas?
|
I'm looking for a command line video editor in linux. Basically, I need to compose two 320x240 into a single 640x240 video, with both videos side to side. I need to do it using command line so I can run it from a server. Any ideas? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Mencoder will convert a video to and from a directory of images (one image per frame) with audio on the side. Imagemagick should be able to put two 320x240 images in a single 640x240 one. | |||||
feedback
|