Skip to content

Instantly share code, notes, and snippets.

@daysm
Created April 29, 2020 18:45
Show Gist options
  • Save daysm/2ea3160d55582ae9742265cfc972def7 to your computer and use it in GitHub Desktop.
Save daysm/2ea3160d55582ae9742265cfc972def7 to your computer and use it in GitHub Desktop.

Useful ffmpeg commands

Make video from image and audio

ffmpeg -i image.jpg -i audio.mp3 combined.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment