I basically want to stitch a video using a series of photographs, some thing similar to time lapse...

link|improve this question

75% accept rate
feedback

migrated from stackoverflow.com Mar 23 '11 at 7:45

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Combining multiple still images into a video can be done using mencoder or ffmpeg. These are command-line tools, so you may find you need to do some reading before using them, but the process is fairly straightforward.

See e.g. http://electron.mit.edu/~gsteele/ffmpeg/

link|improve this answer
Thanks a ton for the link! – Kumar May 4 '11 at 8:08
feedback

I recall using a piece of software called "Jahshaka" when I was running a Linux box. It impressed me for Open Source... Here's the link Jahshaka

link|improve this answer
I remember running it on Win32. I hope its gotten more stable since then. – new123456 Mar 23 '11 at 10:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.