alfianrahmn / xuggle

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

Need ability to force audio and video codec #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes when reading IContainers, it is useful to force Xuggler to assume
a codec type for demuxing.  The canonical example is reading raw audio data
-- the container will have no meta-data that can be used to determine
things like pcm encoding or not, sample size, etc.

So, we should expose a way on IContainers to force the codec that is
assumed to be present.

Original issue reported on code.google.com by art.cla...@gmail.com on 14 Sep 2009 at 5:05

GoogleCodeExporter commented 8 years ago
Implemented in r923

See IContainer#setForceAudioCodec(...)

Original comment by art.cla...@gmail.com on 14 Sep 2009 at 5:24