Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oscnord/video-to-image
- Owner: oscnord
- License: mit
- Created: 2018-10-09T13:28:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T08:10:56.000Z (over 1 year ago)
- Last Synced: 2024-07-30T19:51:54.294Z (4 months ago)
- Topics: hls-stream, image-analysis, opencv, photogrammetry, python, video, video-processing, video-to-images
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 30
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 fileoptional 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
```