Skip to content

Instantly share code, notes, and snippets.

@kates
Created May 13, 2017 15:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kates/72a59cd1ae6568ad0d1a81116cfc0438 to your computer and use it in GitHub Desktop.
Save kates/72a59cd1ae6568ad0d1a81116cfc0438 to your computer and use it in GitHub Desktop.
convert mp3 to mp4 with image loop using ffmpeg
ffmpeg -loop 1 -i logo.jpg -i source.mp3 -c:a libmp3lame -c:v libx264 -b:a 128k -shortest output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment