Given a bunch of images .gif which I retrieve from mySQL, I need to convert all of them into an .avi video. So I have img1.gif,img2.gif....,imgn.gif, in that order in need to animate the video. What API/Library should I use to accomplish this?
1 Answer
Check out a previous question here on stackoverflow with a great answer: Java: How do I create a movie from an array of images? and here: Java: Make an animation/video from frames found them on a quick google of the topic