I am trying to encode RGB pixels in memory into the H264 format to be streamed out.
So I need the encoding to be in memory rather than in a file. So far the examples I have seen require streams created by calling "avformat_new_stream" which seems to only support files. Is there a memory buffer alternative?
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
