Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: handling copyts use case in forced key frames functionality

2018-05-06 Thread Dixit, Vishwanath
On 4/27/18 6:24 AM, Michael Niedermayer wrote: > On Thu, Apr 26, 2018 at 10:33:59AM +0530, vdi...@akamai.com wrote: >> From: Vishwanath Dixit >> >> Forced key frames creation functionality was assuming the first PTS >> value to be zero, but, when 'copyts' is enalbed, the first PTS can >> be any

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: handling copyts use case in forced key frames functionality

2018-04-26 Thread Michael Niedermayer
On Thu, Apr 26, 2018 at 10:33:59AM +0530, vdi...@akamai.com wrote: > From: Vishwanath Dixit > > Forced key frames creation functionality was assuming the first PTS > value to be zero, but, when 'copyts' is enalbed, the first PTS can > be any big number. This was eventually forcing all the frames

[FFmpeg-devel] [PATCH 1/2] ffmpeg: handling copyts use case in forced key frames functionality

2018-04-25 Thread vdixit
From: Vishwanath Dixit Forced key frames creation functionality was assuming the first PTS value to be zero, but, when 'copyts' is enalbed, the first PTS can be any big number. This was eventually forcing all the frames as key frames. To overcome this issue, the actual first PTS value has to be c