Skip to content

msmith/caps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timelapse creator

A pair of scripts for creating timelapse videos of your OSX desktop

To install:

$ mkdir ~/Desktop/caps
$ cd ~/Desktop/caps
$ git clone <this_repo> caps
$ crontab cap.crontab

By default, this will create a screencap of your desktop every minute M-F from 8am-8pm. Customize the cronjob schedule as you see fit. Screencaps will be saved to ~/Desktop/caps.

To create timelapse video from screencaps:

$ cd ~/Desktop/caps
$ ./make_video

To uninstall:

$ crontab -r
$ rm -rf ~/Desktop/caps

About

Scripts for creating timelapse videos of your OSX desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published