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 nhan000/dc624684ad4c9679072dd79e290504fd to your computer and use it in GitHub Desktop.
Save nhan000/dc624684ad4c9679072dd79e290504fd 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