Skip to content

Instantly share code, notes, and snippets.

@jbuchbinder
Created December 11, 2017 13:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jbuchbinder/e68c5e9e4eb447368862311148386073 to your computer and use it in GitHub Desktop.
Save jbuchbinder/e68c5e9e4eb447368862311148386073 to your computer and use it in GitHub Desktop.
Convert mp3 audio with still image to mp4 video
ffmpeg -loop 1 -framerate 2 -i input.png -i audio.m4a -c:v libx264 -preset medium -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment