moviepyで動画に字幕を入れようとしたら、ImageMagickのエラーでつまずいたためメモとして残しておきます。
該当コード
txt_clip = TextClip("テキスト")
エラー内容
OSError: MoviePy Error: creation of None failed because of the following error:
[Errno 2] No such file or directory: 'C:\Program Files\ImageMagick-7.0.8-Q16\magick.exe'.
.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…
Source: python
【備忘録】Google Colabでmoviepyを使ったときにImageMagick関連のエラーが出るとき