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.
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. |
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.
See the LICENSE file for license rights and limitations (MIT).