How to create a video image from frames? So let's say I have about 60 images, and I want to create a video from them. The video format does not matter. Which language is best for this idea? Java, c # or target c?
The easiest way is to just use ffmpeg on the command line. Otherwise, OpenCv is pretty simple, or you can use the ffmpeg library.
The easiest way to achieve this is to use mencoder
, , http://www.local-guru.net/blog/2010/01/12/making-a-video-from-single-frames
If you have Matlab available, you can also use its movie-making features.