views:

41

answers:

2

Hi,

I need to create a server-side application that takes an array of images and produces FLV file with animated slideshow. Does anybody know what technology can I use to achieve this? I'm primarily looking for a linux tool, but if you know any windows-based technology, it will be appreciated too. You can see what I'm looking for here. Thanks!

+1  A: 

According to Wiki comparison of video/audio formats, you can achieve conversion of array of images to FLV format using open source FFMPEG.

It provides support to make a video from a stream of images.

Praveen S
Yes, but I need the images to be animated with different transitions like in the example above. Does FFMPEG allow for that?
duke84
+1  A: 

You can try this.

bhups
Thanks, bhups! That's exactly what I look for.
duke84