Skip to content

Instantly share code, notes, and snippets.

@ahelja
Created November 22, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahelja/32ac97cb9a405cb7520f9f59a9b6fab5 to your computer and use it in GitHub Desktop.
Save ahelja/32ac97cb9a405cb7520f9f59a9b6fab5 to your computer and use it in GitHub Desktop.
Creating video with single JPG + MP3
ffmpeg -loop 1 -i image.jpg -i audio.mp3 -shortest -c:v libx264 -c:a copy result.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment