On Mon, Jun 22, 2009 at 6:54 AM, Ricky Clarkson <[email protected]>wrote:
> I already have some Java code that converts our in-memory streams to > AVI files, and was originally hoping to adapt that. I did so, but > found the results unplayable (ffmpeg -i theoutput.mp2 reports 'Unknown > format'). I already noticed xuggle and was planning to look into it > further. Is it as straightforward to use from a 'programmatic' data > source as it is directly from files? > I suggest joining the http://groups.google.com/group/xuggler-users group for detailed questions, but we allow you to use files, InputStreams, OutputStreams, ReadableByteChannels, WritableByteChannels, DataInput, DataOutput and RandomAccessFile objects. Or if none of those work, you can do a custom IO handler by implementing the IURLProtocolHandler interface in Xuggler and opening that. - Art -- http://www.xuggle.com/ xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video. Use Xuggle to get the power of FFMPEG in Java. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
