[FFmpeg-devel] [PATCH 1/1] fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabled

Dixit, Vishwanath vdixit at akamai.com
Wed Jun 6 10:51:24 EEST 2018


On 6/5/18 2:09 AM, Michael Niedermayer wrote:
> On Sun, May 06, 2018 at 10:38:59PM +0530, vdixit at akamai.com wrote:
>> From: Vishwanath Dixit <vdixit at akamai.com>
>>
>> Forced key frames generation functionality was assuming the first PTS
>> value as zero, but, when 'copyts' is enabled, the first PTS can be any
>> big number. This was eventually forcing all the frames as key frames.
>> To resolve this issue, update has been made to use first input pts as
>> reference pts.
>> ---
>>  fftools/ffmpeg.c     | 6 +++++-
>>  fftools/ffmpeg.h     | 1 +
>>  fftools/ffmpeg_opt.c | 1 +
>>  3 files changed, 7 insertions(+), 1 deletion(-)
>
> will apply
Thanks for applying the patch...
>
> thx
>
> [...]
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel




More information about the ffmpeg-devel mailing list