Page 1 of 1

Creating a Video File from Pictures

Posted: Mon Mar 22, 2010 5:43 pm
by Liberated360
I am working on a Frame-by-Frame animation program, where users can design each frame of an animation. In the end, they can view all of their frames animating.

I want to let the users save the animation as a video file. I need a way to compile all of the pictures (frames) into one video file. How would I go about doing this?

Re: Creating a Video File from Pictures

Posted: Tue Mar 23, 2010 12:22 am
by Harlem9191
This is called encoding and the best development kit to use is ffmpeg. I am also learning how to do this at the moment.