Closed GoogleCodeExporter closed 8 years ago
OGG is a container, not a codec. I think that routine only reports codecs?
Original comment by art.cla...@gmail.com
on 16 Nov 2009 at 6:53
i don't think so. try it with "flv"...
com.xuggle.xuggler.GetSupportedCodecs.main(new String[] {"flv"});
produces
Container Format:
com.xuggle.xuggler.IContainerFormat@50354600[oname:flv;olongname:FLV
format;omimetype:video/x-flv;oextensions:flv;]
Total codecs supported: 13
Supported Codecs:
com.xuggle.xuggler.ICodec@50354712[type=CODEC_TYPE_VIDEO;id=CODEC_ID_FLV1;name=f
lv;]
.... and some more
also ogg is listed in "Muxable Formats" formats section in
com.xuggle.xuggler.Configuration.main(new String[] {});
Original comment by stephan....@gtempaccount.com
on 17 Nov 2009 at 11:42
Original issue reported on code.google.com by
stephan....@gtempaccount.com
on 9 Nov 2009 at 4:20