Skip to content

Instantly share code, notes, and snippets.

@kkuchta
Created May 14, 2017 01:20
Show Gist options
  • Save kkuchta/094e936dacebcd4167d49702e91269fe to your computer and use it in GitHub Desktop.
Save kkuchta/094e936dacebcd4167d49702e91269fe to your computer and use it in GitHub Desktop.
ffmpeg -i audio.mp3 -f image2 -loop 1 -r 25 -i image.jpg -shortest -vcodec libx264 -acodec aac out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment