Hi again,

Christian Cier-Zniewski wrote:
format to get MPEG-PS which contains PES (or MPEG-TS for TS), but how do
I get the remuxed output from memory instead of writing to file (using
av_interleaved_write_frame)?
Ok. Looking through the ffmpeg code again I have found the ByteIOContext which is allocated and initialized by av_alloc_put_byte(...). May I assume that the ByteIOContext allocated by "av_alloc_put_byte(...)" can be used in "AVFormatContext->pb", so that any IO uses the specified read and write functions from the ByteIOContext?

Thanks,
Christian

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to