Last active
September 10, 2018 14:42
-
-
Save gekh/c6a89bacc2ed25a0ada91aee8465f412 to your computer and use it in GitHub Desktop.
gif → mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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