Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create video from picture frames? [closed]

Tags:

video

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?

like image 916
aryaxt Avatar asked Aug 08 '10 18:08

aryaxt


1 Answers

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

like image 174
Martin Beckett Avatar answered Oct 17 '22 17:10

Martin Beckett