|
1 | | -# Baseline Setup |
| 1 | +# Overview & Setup |
| 2 | + |
| 3 | +We're going to be using Moviepy to do the following: |
| 4 | +1. Create thumbnails from videos |
| 5 | +2. Image Collection to Video |
| 6 | +3. Generate a GIF animation |
| 7 | +4. Combine Audio Samples in a Video |
| 8 | +5. Overlay Text, Image, or Video |
| 9 | + |
| 10 | + |
| 11 | +##### Requirements: |
| 12 | +- Python 3.6+ |
| 13 | +- Pipenv (or another virtual environment) |
| 14 | +- moviepy==1.0.2 (or greater) |
| 15 | +- ffmpeg & imagemagick installed (see below) |
| 16 | + |
| 17 | + |
| 18 | + |
2 | 19 |
|
3 | 20 | ### [FFmpeg](https://www.ffmpeg.org/download.html) ([Link](https://www.ffmpeg.org/download.html))
|
4 | 21 | Moviepy and ffmpeg work well together. ffmpeg can do most/all of this on it's own but, as far as this writing, lacks Python bindings. Thus, moviepy is used!
|
|
0 commit comments