Video Frame Cutting is an essential task in video processing, often performed to extract crucial frames from video files. The primary objective is to transform a video into a sequence of still images (frames) for research purposes. The provided code snippet will assist you in cutting frames from videos.
Use the package manager pip to install library.
pip install -r requirements.txt
python main.py --videos path/to/videos --frame high/good/medium/low
The output will be in the current directory with the path as path\frame
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.