Moviepy: problem after setup with imageio package

Created on 10 Mar 2017  路  7Comments  路  Source: Zulko/moviepy

When i tried to run the tutorial
moviepy
an NeedDownLoadError occur.
Then i have to run the following command on python :
"imageio.plugins.ffmpeg.download()"
to download the ffmpeg.win32.exe.

3rd-party

Most helpful comment

From what I understand Moviepy used to work "out of the box" but now, due to a change in imageio, we should check for ffmpeg and run imageio.plugins.ffmpeg.download() if ffmpeg is not on the machine (that would be done once per machine).

All 7 comments

*so the user doesnt need to enter to that process(downloading "ffmpeg.win32.exe")
thanks

I'm not sure I understand.. Did you enter imageio.plugins.ffmpeg.download() into python?

From what I understand Moviepy used to work "out of the box" but now, due to a change in imageio, we should check for ffmpeg and run imageio.plugins.ffmpeg.download() if ffmpeg is not on the machine (that would be done once per machine).

So i can try to add this command " imageio.plugins.ffmpeg.download() " in the setup file, so
the user doesnt need to run it after the installation ?
By the way im a student in a university of athens, and my project is to contibute in an open source project and i chose moviepy.
thank you

see #493 for a possible solution....

has this been resolved?

Resolved a while ago.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gicehajunior picture Gicehajunior  路  3Comments

PyB1l picture PyB1l  路  3Comments

keikoro picture keikoro  路  4Comments

cquintini picture cquintini  路  4Comments

RahulPrasad picture RahulPrasad  路  4Comments