ffmpegthumbnailer

出典: wiki.nodoka.org


ffmpegthumbnailer-2.0.0のインストール

ffmpegが既にインストールされている前提。

cd /usr/local/src
wget http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-2.0.0.tar.gz
tar xvzf ffmpegthumbnailer-2.0.0.tar.gz
cd ffmpegthumbnailer-2.0.0
./configure
make
make install