Hi, On Fri, Sep 10, 2010 at 10:26 AM, Kulti <[email protected]> wrote: > 1. Create AVFormatCtx_1. Add to them new AVStream by av_new_stream(). > 2. Create AVFormatCtx_2, but I cant find any way to add AVStream created > for AVFormatCtx_1.
Right, so create another AVStream using av_new_stream(). Duplicate the packet before writing to each output using av_dup_packet() and you're done. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
