python剪辑视频时,添加文字出错
.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
- 安装ImageMagick
进入:https://www.imagemagick.org/script/download.php下载对应版本。
import os
os.environ[“IMAGEMAGICK_BINARY”] = r"D:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe"