While experimenting with different Xuggler demos I've found that conversion
from FLV(aoudio only with SPEEX enc) to OGG fails with JVM crushing or
produces incorrect OGG file.
I assume the simple Converter example should be able to handle this task
just fine.
But when executed with the following command line.
java -cp xuggle-xuggler.jar com.xuggle.xuggler.Converter -vno
./myStream.flv ./myStream.ogg
It produces ogg without audio data.
When executed like this:
java -cp xuggle-xuggler.jar com.xuggle.xuggler.Converter -vno -acodec
"libvorbis" ./myStream.flv ./myStream.ogg
JVM crashes.
The FLV file and crash report are both attached.
Original issue reported on code.google.com by plit...@gmail.com on 11 Nov 2009 at 4:54
Original issue reported on code.google.com by
plit...@gmail.com
on 11 Nov 2009 at 4:54Attachments: