How to generate avi video from images?

java

Solution

use ffmpeg it is free and run on cmd line. on cmd line with ffmpeg cmd and input images as arugemnts and set some params and it will do your job.

Problem

I need to create a video from text input. I have successfully generated image from text input. Now i need to generate a video of avi format from the above created image. How can i do this?

Original source

Related problems