0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ffmpeg/imagemagick のインストール

Last updated at Posted at 2016-09-24

20160915

Anaconda のおかげでコマンドの $HOME へのインストールは手軽になったもんだ。

Anaconda

$ conda install -c menpo ffmpeg
$ conda install -c kalefranz imagemagick

20160927 imagemagick について追記

ん〜、いざ使う段になったら、エラーが出るなあ、、、

$ identify FOO.png
convert: UnableToOpenConfigureFile `delegates.xml' 

他の方法で入れるべきか、、、

Windows Subsystem for Linux

上の方法でも入ると思うが、 apt-get で。

$ sudo add-apt-repository ppa:mc3man/trusty-media
$ sudo apt update
$ sudo apt install ffmpeg
$ sudo apt install imagemagick imagemagick-doc
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?