Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 780 Bytes

Video Frame Cutting

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.

Installation

Use the package manager pip to install library.

pip install -r requirements.txt

Usage

python main.py --videos path/to/videos --frame high/good/medium/low

Output

The output will be in the current directory with the path as path\frame

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.