Saturday 22 September 2018

ffmpeg - How to extract all key frames from a video clip?

I'm trying to extract key frames from a video clip. I tried the following command, but it extracts all frames.


ffmpeg -vf select="eq(pict_type\,PICT_TYPE_I)" -i 2.flv -vsync 2 -s 73x41 -r 30 -f image2 thumbnails-%%02d.jpeg

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...