Skip to content

Instantly share code, notes, and snippets.

@gekh
Last active September 10, 2018 14:42
Show Gist options
  • Save gekh/c6a89bacc2ed25a0ada91aee8465f412 to your computer and use it in GitHub Desktop.
Save gekh/c6a89bacc2ed25a0ada91aee8465f412 to your computer and use it in GitHub Desktop.
gif → mp4
converter:
ffmpeg -i animation.gif -b:v 0 -crf 5 animation.mp4
embed:
<video autoplay loop muted playsinline>
<source src="animation.mp4" type="video/mp4">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment