Skip to content

joelibaceta/video-keyframe-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

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
pip install key-frame-detector

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages