Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save fabiofidanza/59a8cfe57843b2ddc68695fdcaf265e5 to your computer and use it in GitHub Desktop.

Select an option

Save fabiofidanza/59a8cfe57843b2ddc68695fdcaf265e5 to your computer and use it in GitHub Desktop.
Create video from audio file and single image with ffmpeg
ffmpeg -loop 1 -i IMAGE.png -i AUDIOFILE.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest OurLove.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment