Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oscnord/video-to-image

Convert video to an image sequence with per frame blur detection.
https://github.com/oscnord/video-to-image

hls-stream image-analysis opencv photogrammetry python video video-processing video-to-images

Last synced: 4 days ago
JSON representation

Convert video to an image sequence with per frame blur detection.

Awesome Lists containing this project

README

        

# Video to images

Simple script to convert a video to an image sequence with blur detection using OpenCV.

## Usage

### Dependencies

* OpenCV

### Example

```shell
required arguments:
-p PATH, --path PATH path to the video file

optional arguments:
-t THRESHOLD, --threshold THRESHOLD
default threshold is 100.0. Use 10-30 for motion
-s STEP, --step STEP frame step size
--save SAVE path to save the frames in a directory
```

Example usage:

```shell
python3 vid2img.py -p ./video.mp4
```