Skip to content

Instantly share code, notes, and snippets.

@wecing
Created August 29, 2012 01:02
Show Gist options
  • Save wecing/3505783 to your computer and use it in GitHub Desktop.
Save wecing/3505783 to your computer and use it in GitHub Desktop.
Create video with still image
ffmpeg -loop 1 -r 1 -i image.png -i audio.mp3 -shortest output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment