Created
November 5, 2011 15:41
-
-
Save davidnunez/1341680 to your computer and use it in GitHub Desktop.
Timelapse script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true ; do sleep 60 && echo `date`‘ Capturing screenshot…’ && screencapture -C -m -t jpg -x -f cap.`date +%s`.jpg ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run this script in a new terminal window (you can just type it in after the '$' in bash shell) in the directory you wish to store images.
then use http://www.dayofthenewdan.com/projects/time-lapse-assembler-1 to assemble into a movie