Skip to content

Mac OSX scripts for taking timelapse screenshots and iSight snapshots over time

License

Notifications You must be signed in to change notification settings

patrickward/osx-timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osx-timelapse

This project is a series of quick Mac OSX shell scripts I put together for taking timed screenshots and iSight snapshots.

It was put together for use in the Ludum Dare challenge in order to capture a timelapse of my development.

I've only tested these on my Mac, which is currently:

  • Macbook Pro (Early 2011)
  • 8 Gb RAM
  • Mac OSX Lion v10.8.3

USE AT YOUR OWN RISK. The License is WTFPL (see LICENSE.txt).

Requirements

  • screencapture (built in to Mac OS X)
  • imagesnap (included in this repo)
  • ffmpeg

Useage

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 ./timelapse.

I set it to run every 2 minutes (120 seconds), but you can adjust that in the timelapse.sh file.

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!

Acknowledgements

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.

About

Mac OSX scripts for taking timelapse screenshots and iSight snapshots over time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published