I want to create OGG format for Video. I am looking for a Java library to do this. Any suggestions?

link|improve this question
Can you provide a bit more information please? – Xepoch Feb 1 '11 at 15:57
2  
Define "OGG format for video." OGG is a container format and supports video just fine. Are you looking to create a similar container format for your own videos? Are you looking for a library (for Java, I take it) which will write to OGG containers? Or simply read from them? etc. – David Feb 1 '11 at 16:01
Yup i am looking for Library for JAVA .. can you give me the link? or provide the help – user568814 Feb 3 '11 at 16:25
What inputs will you already have to create the video from? If it's the name of an existing video file you wish to repackage, that's a very difference question to if you're receiving a stream of raw video bytes and will have to apply a codec yourself, etc. Also, why Ogg? Playing devil's advocate, what requirements prevent you from using e.g. WMF or similar instead? – Andrzej Doyle Mar 7 '11 at 15:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.