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
2010-08-08 18:28:39
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
2010-08-08 18:29:42
A:
If you have Matlab available, you can use its movie creation features as well.
ysap
2010-08-08 18:32:38