[FFmpeg-devel] In a stream, is there a way to wait some time before playing next packet after the previous one ended?

2018-02-28 Thread kprz
experimented with setting audio packet pts manually, but it did not resolve the issue. The result remained the same. Best regards kprz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] In a stream, is there a way to wait some time before playing next packet after the previous one ended?

2018-03-01 Thread kprz
s, setting time-stamps will be enough, for most cases, inserting silence (which should not be hard) will be necessary. Thanks for the suggestion and confirming my suspicions regarding options available. So, I will try 'inserting silence' approach. Ideally, it will result in a workin