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:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| '''Images binary classifier based on scikit-learn SVM classifier. | |
| It uses the RGB color space as feature vector. | |
| ''' | |
| from __future__ import division | |
| from __future__ import print_function | |
| from PIL import Image | |
| from sklearn import cross_validation |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)