Tuesday, September 5, 2017

Creating a screencast GIF

The other day I was running into some issue while working on a fix of Teammates Open source project. Turns out it was a non-issue to begin with.

The one useful thing that came out of it was creating a GIF screencast that captures your screen activity. Byzanz is a nifty command line tool that does it. Thanks to Ask Ubuntu here is how to run it after installing it:

byzanz-record --duration=15 --x=200 --y=300 --width=700 --height=400 out.gif

No comments:

Post a Comment