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?
Asked
Active
Viewed 2,204 times
3

Bhavesh G
- 3,000
- 4
- 39
- 66

Rodrigo Pinto
- 43
- 5
1 Answers
4
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

Community
- 1
- 1

David Kroukamp
- 36,155
- 13
- 81
- 138