Skip to content

Instantly share code, notes, and snippets.

@orjanv
Created November 23, 2016 13:08
Show Gist options
  • Save orjanv/4986905a4b413861e71e5369933c951c to your computer and use it in GitHub Desktop.
Save orjanv/4986905a4b413861e71e5369933c951c to your computer and use it in GitHub Desktop.
Use ffmpeg to create a video of a picture and a sound file
ffmpeg -loop 1 -i image.jpg -i audio.wav -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment