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:
| # Add this line to your software sources | |
| deb http://debian.meebey.net/experimental/mono / | |
| # Of course, apt-get remove mono-complete first... | |
| sudo apt-get update | |
| sudo apt-get install build-essential automake checkinstall intltool git | |
| sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2 | |
| # I installed monodevelop from apt just to get all the prereqs | |
| sudo apt-get install monodevelop |
| [gallery3] | |
| user = vhost-user | |
| group = vhost-group | |
| listen = /tmp/gallery3-example-com.sock | |
| listen.group = www-data | |
| listen.mode = 0660 | |
| pm = dynamic | |
| pm.max_children = 5 | |
| pm.min_spare_servers = 1 |
| // Photoshop Script to Create iPhone Icons from iTunesArtwork | |
| // | |
| // WARNING!!! In the rare case that there are name collisions, this script will | |
| // overwrite (delete perminently) files in the same folder in which the selected | |
| // iTunesArtwork file is located. Therefore, to be safe, before running the | |
| // script, it's best to make sure the selected iTuensArtwork file is the only | |
| // file in its containing folder. | |
| // | |
| // Copyright (c) 2010 Matt Di Pasquale | |
| // Added tweaks Copyright (c) 2012 by Josh Jones http://www.appsbynight.com |