video format converter using java [duplicate]
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
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)
精彩评论