Created
May 13, 2017 15:36
-
-
Save kates/72a59cd1ae6568ad0d1a81116cfc0438 to your computer and use it in GitHub Desktop.
convert mp3 to mp4 with image loop using 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 logo.jpg -i source.mp3 -c:a libmp3lame -c:v libx264 -b:a 128k -shortest output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment