views:

31

answers:

1

Possible Duplicate:
Video conversion in java

Hello, I'm exploring ways to interconvert various video formats like avi, flv, wmp using java. Is there any java library there for this??

Thanks and regards, rohit

A: 

You may want to take a look at Xuggler. It's a wrapper for ffmpeg that works quiet well (depending on what you want it to do, actually)

DerMike