Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelibaceta/video-keyframe-detector

It is a simple python tool to extract key-frames from a video file using peak estimation from frame difference.
https://github.com/joelibaceta/video-keyframe-detector

cli-tools computer-vision key-frame opencv peakutils python3 video

Last synced: 11 days ago
JSON representation

It is a simple python tool to extract key-frames from a video file using peak estimation from frame difference.

Awesome Lists containing this project

README

        

![header](images/header.png)

A `Key Frame` is a location on a video timeline which marks the beginning or end of a smooth transition throughout the fotograms, `Key Frame Detector` try to look for the most representative and significant frames that can describe the movement or main events in a video using peakutils peak detection functions.





## Installation

**Requirements**

- python3
- numpy
- opencv
- peakutils
- matplotlib
- PIL

```python
pip install key-frame-detector
```