<div dir="ltr">Hi Team, <div><br></div><div>We are facing problem in  below code snippet</div><div><br></div><div><i>av_packet_rescale_ts(&pkt, in_stream->time_base,out_stream->time_base);<br>pkt.pts = ix++;<br>pkt.dts = pkt.pts;<br>av_interleaved_write_frame(ofmt_ctx, &pkt);</i></div><div><br></div><div>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.  </div><div><br></div><div><br></div><div>How to achieve fast writing in 5.1.6 version please advise.</div><div><br></div><div>Regards,</div><div>AJ</div></div>