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.
- Host: GitHub
- URL: https://github.com/a904guy/videoframesstitchedtogether
- Owner: a904guy
- Created: 2015-04-11T08:08:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T20:16:12.000Z (about 11 years ago)
- Last Synced: 2025-04-07T05:53:58.496Z (about 1 year ago)
- Language: Python
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```