LoginSignup
2
3

More than 5 years have passed since last update.

ffmpegthumbnailerでサムネイル生成

Last updated at Posted at 2015-06-14

ffmpegthumbnailerを使うと、動画のサムネイルが簡単に生成できる。
https://github.com/dirkvdb/ffmpegthumbnailer

OSXのHomebrewだと一発。

brew install ffmpegthumbnailer

簡単じゃないのは名前が長いことくらい。

使い方は

ffmpegthumbnailer -i ファイル名 -o ファイル名.jpg -t 0 -s 512

という感じ。

ffmpegを使うともっと高画質にサムネイルが(連番で)作れる。

ffmpeg -i ファイル名 -f image2 ./thumbnail/%d.jpg
2
3
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
2
3