jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
How to Extract Key Frames from A Video with FFmpeg
2021年12月25日 17:58
In order to get enough information from videos, we often need to extract video frames. However, we do not want to extract every frame from a video due to:
- information redundancy in successive video frames.
- huge storage space needed by these video frames.
In this post, I want to share how to extract key frames from video to reduce the storage, but still capture enough information from a video.