Skip to content

Instantly share code, notes, and snippets.

@hyuki
Created November 29, 2018 11:46
Show Gist options
  • Save hyuki/abf4178afe617ed8da61fc78e8f330d3 to your computer and use it in GitHub Desktop.
Save hyuki/abf4178afe617ed8da61fc78e8f330d3 to your computer and use it in GitHub Desktop.
mp3 + jpg -> mp4 with ffmpeg for Twitter
ffmpeg -loop 1 -i input.jpg -i input.mp3 -c:a aac -ab 112k -c:v libx264 -pix_fmt yuv420p -shortest -strict -2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment