Stas Oskin-2 wrote: > > What is the difference between using av_write_frame and > av_interleaved_write_frame, and why the av_interleaved_write_frame is > recommended? >
The last one interleaves packets according to their timestamps, and the first one doesn't, it assumes they are already correctly interleaved. -- View this message in context: http://www.nabble.com/Difference-between-av_write_frame-and-av_interleaved_write_frame-tp18362597p18381160.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
