Skip to content

Instantly share code, notes, and snippets.

@hisamekms
Created July 22, 2014 15:58
Show Gist options
  • Save hisamekms/34abbb033c4d11604e6b to your computer and use it in GitHub Desktop.
Save hisamekms/34abbb033c4d11604e6b to your computer and use it in GitHub Desktop.
FFmpeg 静止画と音声から動画を作成する ref: http://qiita.com/hisamekms/items/44caedbe8d8106536b4e
brew install ffmpeg
ffmpeg -loop 1 -i picture.png -i audio.mp4 -shortest movie.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment