ftranghese / EC601-Fall2017-Seamless-Track-Detection

16 stars 8 forks source link

raise NeedDownloadError #13

Closed x2mercy closed 6 years ago

x2mercy commented 6 years ago

After I installed moviepy and tried to run the program, it raised an error called "NeedDownloadError: Need ffmpeg exe. You can download it by calling: imageio.plugins.ffmpeg.download()" It could be fixed by add 2 lines before from moviepy.editor import VideoFileClip: import imageio imageio.plugins.ffmpeg.download()

x2mercy commented 6 years ago

The folders in this repository aren't organized clearly and this makes users hard to know how to use

DonatoK commented 6 years ago

Hi, What file are you adding those two lines of code to?