Web App : Image Sequence --> Video

Hi there,

I’m looking for a lib that would allow me to convert a series of images - some kind of slideshow - into a video format ( .mov ), any ideas?

( my app is targetting html5 / JS - a web app )

Thanks!

http://ffmpeg.org/

for example: you have test000.png, test001.png, test003.png, …

install ffmpeg and run command in you image directory:

ffmpeg -i test%%03d.png video.mov

But that wouldn’t work from a website, on a user machine i guess?

Yes, i think video creation is not possible by javascript

Maybe try these two together?

Thanks, I’ll try this out!

Did you use Trimaginator for your profile picture? Cause I’m the author of this app : }