Rodrigo Pinto
Rodrigo Pinto

Reputation: 43

How to convert .gif images into an .avi video using java?

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?

Upvotes: 3

Views: 2246

Answers (1)

David Kroukamp
David Kroukamp

Reputation: 36423

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

Upvotes: 4

Related Questions