Hi Team, We are facing problem in below code snippet
*av_packet_rescale_ts(&pkt, in_stream->time_base,out_stream->time_base);pkt.pts = ix++;pkt.dts = pkt.pts;av_interleaved_write_frame(ofmt_ctx, &pkt);* In older version after calling this API av_interleaved updated the o/p file very quickly. But the same is not happening in the latest 5.1.6 version due the optimisation done this. How to achieve fast writing in 5.1.6 version please advise. Regards, AJ
_______________________________________________ Libav-user mailing list Libav-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email libav-user-requ...@ffmpeg.org with subject "unsubscribe".