Skip to content

keddelzz/chronoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages