diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:35:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:35:53 +0200 |
| commit | 2d956623a8535472fdcc494cc33955d99918869d (patch) | |
| tree | c013b371832d747c1f8b9b2ebee19fdfd304eade | |
| parent | 15f2f4ba78e07dffd1f7454eb43c6660868dbf4b (diff) | |
go hey
| -rw-r--r-- | run.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ import PIL import PIL.Image from datetime import datetime from network import Network, process +from moviepy.video.io.ffmpeg_reader import FFMPEG_VideoReader +from moviepy.video.io.ffmpeg_writer import FFMPEG_VideoWriter ########################################################## |
