This project implements implements python script to read a video and extract key frames based on sum of absolute differences in LUV colorspace.
Download or clone this repository to your local system.
You need to have OpenCV and Python installed on your machine.For OpenCV look for another one of my repsitory.
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>
- Amanpreet Walia
This project is licensed under the MIT License - see the LICENSE.md file for details