I want to create OGG format for Video. I am looking for a Java library to do this. Any suggestions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Xiph provides an open source java library that has a Vorbis Encoder. It can convert a WAV file to Ogg file. Please have a look at http://xiph.org/downloads/ (search for vorbis-java) Hope it helps. |
|||
|
|
