Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agarrharr/281dd9e650367906e1b555b3b17b35ad to your computer and use it in GitHub Desktop.
Save agarrharr/281dd9e650367906e1b555b3b17b35ad to your computer and use it in GitHub Desktop.
Create Video From Image and mp3 Audio File
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