Good day, i have a problem with instalation moviepy for python 64 bit and windows 64 bit.
Library was succesfully installed, file ffmpeg downloaded.
Every time i run it or using
video = VideoFileClip("path")
OSError: [WinError 193] %1 is not valid win32 application.
How can this be solved? Imagemagick and PIL are already installed.
solved following next steps :
1) manual download following instructions here adaptivesamples.com/how-to-install-ffmpeg-on-windows;
2) disable autodownloading in
/site-packages/moviepy/editor.py
line 25:3) set path to binaries in
/site-packages/moviepy/config-defaults.py
line 53-54: