Create OGG Files from Java

2k Views Asked by At

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

1

There are 1 best solutions below

0
On

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.