Metadata-Version: 2.4
Name: video-to-screenshots
Version: 0.1.0
Summary: Convert videos into screenshots for computer vision dataset creation and model training.
Author: Naman Goyal
License: MIT
Project-URL: Homepage, https://github.com/nmngoyal1/video-to-screenshots
Project-URL: Repository, https://github.com/nmngoyal1/video-to-screenshots
Keywords: video,screenshots,frame extraction,computer vision,dataset creation,model training,opencv
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: opencv-python

# video-to-screenshots

Convert videos into screenshots at fixed time intervals for computer vision dataset creation, annotation workflows, and model training.

## Features

- Extract 1 frame per second by default
- Save frames as JPG images
- Simple Python API
- CLI support
- Useful for dataset generation and training pipelines

## Installation

### From GitHub

```bash
pip install git+https://github.com/nmngoyal1/video-to-screenshots.git
