Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c565ce

Browse files
Update setup.md
1 parent c390931 commit 6c565ce

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

‎tutorial-reference/Day 15/setup.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
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+
219

320
### [FFmpeg](https://www.ffmpeg.org/download.html) ([Link](https://www.ffmpeg.org/download.html))
421
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /