Metadata-Version: 2.4
Name: video-keyframe-detector
Version: 0.1.0
Summary: It is a simple python tool to extract key-frames from a video
Home-page: https://github.com/joelibaceta/video-keyframe-extractor
Author: Joel Ibaceta
Author-email: Joel Ibaceta <mail@joelibaceta.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/joelibaceta/video-keyframe-detector
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: peakutils
Dynamic: author
Dynamic: home-page
Dynamic: license-file

<center>

   ![header](images/header.png)
    
</center>

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.

<br/>
<p align="center">

   <img src="images/demo.gif"> 

</p>
<br/>

## Installation

**Requirements**

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

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






