https://github.com/martincastroalvarez/python-video-processing
Movie generator using MoviePy, OpenCV2 and Numpy.
https://github.com/martincastroalvarez/python-video-processing
moviepy numpy opencv
Last synced: 6 months ago
JSON representation
Movie generator using MoviePy, OpenCV2 and Numpy.
- Host: GitHub
- URL: https://github.com/martincastroalvarez/python-video-processing
- Owner: MartinCastroAlvarez
- Created: 2021-02-14T02:35:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T15:49:30.000Z (over 4 years ago)
- Last Synced: 2025-02-14T17:31:35.545Z (8 months ago)
- Topics: moviepy, numpy, opencv
- Language: Python
- Homepage: https://martincastroalvarez.com
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amaicha
Movie generator using MoviePy, OpenCV2 and Numpy.
## Installation
#### Download, create a virtual environment and install al dependencies:
```bash
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
```## Usage
#### First, download a some `.mp4` files into the `./media` directory.
#### Then, download some `.jpeg` files into the `./media` directory.
#### Then, download a `.mp3` into the `./media` directory.
#### Activate the virtual environment and build the video:
```bash
source .env/bin/activate
python3 ./bin/build.py
```
#### The output will be available on the `./render` directory.