Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Created April 22, 2016 06:59
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 stevenvo/c71bbb745d045a564b7f7754132b7415 to your computer and use it in GitHub Desktop.
Save stevenvo/c71bbb745d045a564b7f7754132b7415 to your computer and use it in GitHub Desktop.
convert audio file to video file with one image
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