/KeyFramesExtraction

This repository contains script to divide a video into key frames.

Primary LanguagePythonMIT LicenseMIT

Key Frames Extraction

This project implements implements python script to read a video and extract key frames based on sum of absolute differences in LUV colorspace.

Getting Started

Download or clone this repository to your local system.

Prerequisites

You need to have OpenCV and Python installed on your machine.For OpenCV look for another one of my repsitory.

How to Run...

Download this project to your machine. Move to the folder using

cd KeyFramesExtraction
python scene_div.py <videopath> <extract frames to this path> <Paremeter to select how many frames you want>

Authors

  • Amanpreet Walia

License

This project is licensed under the MIT License - see the LICENSE.md file for details