Forked from osx-timelapse
- screencapture (built in to Mac OS X)
- ImageSnap
- ffmpeg
- imagemagick
The only external hard requirement for these scripts (outside of the Mac environment) is the ffmpeg library.
The scripts assume all work will be done in the current directory.
To start the timelapse screenshots run ./panopticon
.
I set it to run every (30 seconds).
When you're done taking snapshots, Ctrl-C
to stop the process.
Then, run ./create-timelapse.sh
to gather the images and create two videos:
- An
output/videos/timelapse-isight.mov
file for the iSight webcam pictures. - An
output/videos/timelapse-screen.mov
file for the screenshot pictures.
Enjoy!
There were several references I used to put this together and they all deserve the credit for helping me to essentially compile this little package together.
- ImageSnap is used to capture iSight
- Gist from Shane Celis
- Blog from Mac Tips and Tricks
- Blog from Carbonsilk
- Blog from labs.laan.com