如果出现这个错误就是要安装ImageMagick
[WinError 2] 系统找不到指定的文件。. .This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or that the path you specified is incorrect
下载地址:https://imagemagick.org/script/download.php#windows
安装后记得设置了
C:\Users\administor\AppData\Roaming\Python\Python310\site-packages\moviepy这个目录下找到
增加ImageMagick的安装位置变量:
IMAGEMAGICK_BINARY = "C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI\\magick.exe"
网友回复