Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

rye/timelapsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timelapsify

A Ruby Gem for taking and making timelapses.

Installation

Timelapsify is hosted for your pleasure on RubyGems. You can install it like this:

$ gem install timelapsify

If you're looking to get the development environment set up for yourself, you can clone the repository, then run the following commands to install it locally:

$ cd /path/to/cloned/timelapsify
$ bundle install
$ gem build timelapsify.gemspec
$ gem install --local timelapsify-*.gem

If you happen to encounter any problems with the installation, they're likely due to your personal setup, though you're welcome to open an Issue about it.

Internals

Timelapsify uses RMagick and a variety of other programs to capture screenshots. These screenshots are then stitched together to create a video file.

Contributing

Support for other screenshot capturing programs and other such things would be greatly appreciated as a pull request. If you have an idea, feel free to fork this repository and add support for other systems.