Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorwoo/video-meaning
Convert video to a mean image
https://github.com/victorwoo/video-meaning
Last synced: 4 days ago
JSON representation
Convert video to a mean image
- Host: GitHub
- URL: https://github.com/victorwoo/video-meaning
- Owner: victorwoo
- License: mit
- Created: 2022-06-21T08:06:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T09:40:13.000Z (over 2 years ago)
- Last Synced: 2024-11-13T03:35:01.371Z (2 months ago)
- Language: Python
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-meaning
Convert video to a mean image## Prerequisite
- Run: Python 3.9 with cv2, numpy libraries installed.
- Develop: PyCharm CE## Usage
- Place video files end with .mp4, .mov, .mkv in "input" directory
- Run `pip install opencv-python numpy` in terminal to install packages.
- Run main.py