views:

34

answers:

2

Hi,

I need to develop a video generator that takes in a set of images, music files and outputs mp4 videos. The platform is linux. Was wondering if there are any existing libraries that can do this job ?

Thanks

A: 

you can use ImageMagick for video part. It has both good graphics/video library and corresponding console application. For sound embedding use gstreamer.

buratinas
Thanks for the answer but as far as I know, imagemagick can animate a set of images but it cannot produce a sequence of image e.g. tweening
Code freak
+1  A: 

I believe Processing can do what you want.

dj_segfault
+1 fr Processing
Code freak
Just checked it, its too low level i think, all i need is few image filters and tweening ability.
Code freak