Last active
August 29, 2015 14:23
-
-
Save Keita-N/4c50ebd384806303a386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ffmpegで動画のキャプチャを取得 | |
ffmpeg -i input.mp4 -s 320x180 -r 10 -f image2 output-%03d.jpeg | |
# ImageMagickで画像を連結 | |
convert -append output-*.jpeg conncat.jpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg オプション
ImageMagick オプション
convert -append input1 input2 .... output