Skip to content

Instantly share code, notes, and snippets.

@davidnunez
Created November 5, 2011 15:41
Show Gist options
  • Save davidnunez/1341680 to your computer and use it in GitHub Desktop.
Save davidnunez/1341680 to your computer and use it in GitHub Desktop.
Timelapse script
while true ; do sleep 60 && echo `date`‘ Capturing screenshot…’ && screencapture -C -m -t jpg -x -f cap.`date +%s`.jpg ; done
@davidnunez
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment