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?
How can i create a video out of picture frames? So let’s say i
Share
Easiest is just to use ffmpeg on the commandline
Otherwise OpenCv is pretty easy, or you can use the ffmpeg library