Created
May 29, 2020 00:05
-
-
Save agarrharr/281dd9e650367906e1b555b3b17b35ad to your computer and use it in GitHub Desktop.
Create Video From Image and mp3 Audio File
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 -loop 1 -i ~/Downloads/bookbytes-video-image.png -i ~/Downloads/bb-032.mp3 -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest ~/Downloads/bb-032.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment