keddelzz / chronoid

Create screenshot-series for timelapses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chronoid

Chronoid is a small tool, for capturing a series of screenshots for timelapses.
As of now the programm is a command line application.

This is a reimplementation of Chronoid in Scala. Its first version was used during Ludum Dare 32. Timelapses, which were created using the first implementation and ffmpeg, can be found here.

Content

Building

This project uses sbt for building.

Command Effect
sbt run Compile and run the project.
sbt packageBin Compile the project and assemble an executable jar file.
sbt test Compile and run the unit tests.

Usage

syntax: chronoid <filename>.<extension> <interval> <target>
where
 -e | --extension  File extention for output file
 -i | --interval   Interval between two screenshots
 -f | --filename   Suffix of the name, which is used for screenshots
 -t | --target     Target directory

 Options can be given in any order.

License

See the LICENSE file for license rights and limitations (MIT).

About

Create screenshot-series for timelapses

License:MIT License


Languages

Language:Scala 100.0%