[Libav-user] Migration from FFMPEG-2.6.8 to FFMPEG-5.1.6
Abhishek jayswal
abjayswal at gmail.com
Thu Nov 21 12:57:53 EET 2024
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20241121/671ef2d7/attachment.htm>
More information about the Libav-user
mailing list