Hi, I am using libavformat to encapsulate video and audio in a mpegts container.
I have it working when I outputting to a file, but I need the data in memory for further distribution. I have been seeking for a callback or some other way to extract the bytes normally is written to the output file. How would I go about outputting the data to memory instead? Kind regards Jesper
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
