Created
September 27, 2017 18:25
-
-
Save Perif/0189f714aed2e1bfd3f986be7315a6d6 to your computer and use it in GitHub Desktop.
asciicast
This file contains 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
asciinema rec myfile.json | |
docker run --rm -v $PWD:/data asciinema/asciicast2gif -s 2 myfile.json myfile.gif | |
ffmpeg -f gif -i myfile.gif myfile.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment