Can you provide a bit more information please? – XepochFeb 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. – DavidFeb 1 '11 at 16:01
Yup i am looking for Library for JAVA .. can you give me the link? or provide the help – user568814Feb 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 DoyleMar 7 '11 at 15:02