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関連のエラーが出るとき

2008年11月、metzdowd.comにナカモトサトシにより投稿された論文
ブロックチェーン
ビットコインは送信アドレス(Tx)に対するデジタル署名によって保護されており、一定時間(10分)ごとに、すべての取引記録を分散台帳に追加します。