tags:

views:

48

answers:

3

How can i create a video out of picture frames? So let's say i have about 60 images, and i want to create a video out of them. The format of the video doesn't matter. What language is the best for this idea? Java, c#, or objective c?

+2  A: 

Easiest is just to use ffmpeg on the commandline Otherwise OpenCv is pretty easy, or you can use the ffmpeg library

Martin Beckett
A: 

the easiest way to achieve this is using mencoder

i wrote a blog post a while ago that shows how http://www.local-guru.net/blog/2010/01/12/making-a-video-from-single-frames

Nikolaus Gradwohl
A: 

If you have Matlab available, you can use its movie creation features as well.

ysap