This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| /** | |
| * What this script will do is add a new tracking metric to work out the actual | |
| * size of a browser window (where as Google only tracks screen size). Goes | |
| * great with responsive design! | |
| * | |
| * Adapted this from Zachstronaut (http://j.mp/RDztCB). | |
| */ | |
| _gaq = [ | |
| ['_setAccount','UA-XXXXX-X'], |