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:
disable_flush
and disable_recovery
(TD)On mac:
/usr/local/bin
.ex() { | |
if [ -z "$1" ] ; then | |
echo >&2 'File not specified' | |
return 1 | |
fi | |
if [ ! -f "$1" ] ; then | |
echo >&2 "'$1' is not a valid file" | |
return 1 | |
fi |