Skip to content

Instantly share code, notes, and snippets.

@yuradmt
Last active June 12, 2017 14:19
Show Gist options
  • Save yuradmt/f3ad9bb8d47d89fd0d8dcdec6807c54e to your computer and use it in GitHub Desktop.
Save yuradmt/f3ad9bb8d47d89fd0d8dcdec6807c54e to your computer and use it in GitHub Desktop.
create a video out of an mp3 and an image

ffmpeg -loop 1 -r 2 -i image.jpg -i input.mp3 -vf scale=-1:720 -c:v libx264 -preset slow -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p -threads 0 output.mkv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment