Skip to content

Instantly share code, notes, and snippets.

@williamfields
Created October 18, 2017 22:25
Show Gist options
  • Save williamfields/f4859dc39116fa90c6e4d8cd67ae5c8e to your computer and use it in GitHub Desktop.
Save williamfields/f4859dc39116fa90c6e4d8cd67ae5c8e to your computer and use it in GitHub Desktop.
ffmpeg command to convert audio to video with still image
ffmpeg -loop 1 -i input.png -i input.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment