alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Ogg-container can't encode something? #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

com.xuggle.xuggler.GetSupportedCodecs.main(new String[] {"ogg"});
reports no codecs for ogg-container.
Hope thats just a trivial mistake, FFMPEG supports it.

OS: Windows Server 2003R2 (5.2.3790)
JVM: Sun 1.6.0_15

Original issue reported on code.google.com by stephan....@gtempaccount.com on 9 Nov 2009 at 4:20

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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