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:
| #!/bin/bash | |
| #################################################### | |
| # # | |
| # This is a ocserv installation for CentOS 7 # | |
| # Version: 1.1.1 20140803 # | |
| # Author: Travis Lee # | |
| # Website: http://www.stunnel.info # | |
| # # | |
| #################################################### |