I would like to convert a video from one format to another. Initially, I want to convert MP4 to AVI or any other more suitable video format.

Came across the ffmpeg library. Is is the best solution?

Came across Xubber and Jave for the same? Any experiences?

link|improve this question

61% accept rate
feedback

1 Answer

I tried jffmpeg that is a direct java wrapper on ffmpeg, but didn't found much documentation over that so moved on.

I tried to use Xubber and succeded also but it requires lot of pre-configurartions like you have to install .exe file prior and set XUBBER_HOME vars etc.

I have found nice and easy to implement solution ie JAVE http://www.sauronsoftware.it/projects/jave/index.php

Try this one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.