Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2806

gitベースのstaticビルドのffmpeg 64bit 最新版をインストールするshell

$
0
0

これ何?

John Van Sickle - FFmpeg Static Builds
から手動でDLするのが面倒になったので作ったshell。

git

https://github.com/tknr/install_ffmpeg_amd64

使い方

git cloneして

sudo su -
bash install_ffmpeg_amd64.sh

で /usr/loca/bin/ffmpeg がインストールされます。

64bit版以外の場合

適宜 install_ffmpeg_amd64.sh の9行目辺り

curl https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz -O || exit 1

を書き換えたらいいです


Viewing all articles
Browse latest Browse all 2806

Trending Articles