On Tue, Jul 2, 2024 at 6:44 PM Sachin Bhat wrote:
> I have combined the select filters using
> select='eq(pict_type\,I)*not(mod(n\,300))', however, I receive the same
> delay. I am wondering if the delay is caused by ffmpeg waiting for the
> first keyframe after the seek point to start outputting
I have combined the select filters using
select='eq(pict_type\,I)*not(mod(n\,300))', however, I receive the same
delay. I am wondering if the delay is caused by ffmpeg waiting for the
first keyframe after the seek point to start outputting frames.
___
ffm
On Tue, Jul 2, 2024 at 5:21 PM Sachin Bhat wrote:
> Hi,
>
> I have an input ts file that is at 30 fps, and a GOP of 10. I am trying to
> display keyframes at a specific time interval by sending a keyframe plus
> duplicates to a HW decoder until the next desired keyframe appears. .I am
> using dup