0

Possible Duplicate:
Java: How do I create a movie from an array of images?

I have set of images in JPEG format that I want to convert into MPEG video with Java. How can it be done?

Community
  • 1
  • 1
Sumit
  • 928
  • 2
  • 15
  • 34

1 Answers1

1

Look at Xuggler project: http://www.xuggle.com/xuggler/

Tom Metz
  • 919
  • 6
  • 7