Skip to content

Instantly share code, notes, and snippets.

@gormih
Forked from orjanv/img-sound-to-video.sh
Created January 10, 2021 17:06
Show Gist options
  • Save gormih/af353165bc920f05e7988b6a1b1d970e to your computer and use it in GitHub Desktop.
Save gormih/af353165bc920f05e7988b6a1b1d970e 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