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

https://github.com/a904guy/videoframesstitchedtogether

Python application using OpenCV and PIL to extract image frames and stitch them together.
https://github.com/a904guy/videoframesstitchedtogether

Last synced: 11 months ago
JSON representation

Python application using OpenCV and PIL to extract image frames and stitch them together.

Awesome Lists containing this project

README

          

# VideoFramesStitchedTogether
Python application using OpenCV and PIL to extract image frames and stitch them together.

# Commnad Line Options
```
usage: videoToPixels.py [-h] [-o OUTPUT] [-f FRAMES] [-s] video

Video Frames To Image Converter

positional arguments:
video Source Video

optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output Image
-f FRAMES, --frames FRAMES
Width Of Each Extracted Frame Size
-s, --smooth Smooth Result Image
```