How to detect Intervals of Frozen Videos

0

2

I'm trying to detect intervals where a given video is frozen. Looking at a related post here, apparently FFmpeg has a filter named freezedetect which exactly does this. But the post had no accepted answer, neither any examples.

How can we use FFmpeg for frozen video detection? Any other tool and libraries, as long as free, is also welcome.

Tina J

Posted 2019-04-24T20:19:09.360

Reputation: 397

Question was closed 2019-04-24T22:23:14.120

I added a more detailed answer with examples to the older question.

– llogan – 2019-04-24T22:00:41.027

@llogan can you please answer my other question as well? I'm trying to create a frozen video sample with ffmpeg! https://video.stackexchange.com/questions/27498/ffmpeg-no-such-filter-error

– Tina J – 2019-04-24T22:21:56.200

No answers