Skip to content

Instantly share code, notes, and snippets.

@daviscodesbugs
Created August 16, 2018 16:12
Show Gist options
  • Save daviscodesbugs/55cfbde52ffb0c6ceeb8c84e5d128d0a to your computer and use it in GitHub Desktop.
Save daviscodesbugs/55cfbde52ffb0c6ceeb8c84e5d128d0a to your computer and use it in GitHub Desktop.
Create still image video with audio
#!/bin/bash
ffmpeg -loop 1 -i image.jpg -i audio.mp3 -c:a copy -c:v libx264 -shortest audio.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment