Created
July 22, 2014 15:58
-
-
Save hisamekms/34abbb033c4d11604e6b to your computer and use it in GitHub Desktop.
FFmpeg 静止画と音声から動画を作成する ref: http://qiita.com/hisamekms/items/44caedbe8d8106536b4e
This file contains 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
brew install ffmpeg |
This file contains 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 -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