An open API service indexing awesome lists of open source software.

https://github.com/mpawlowski/timelapse

A utility to create time-lapses from a set of images.
https://github.com/mpawlowski/timelapse

timelapse

Last synced: 5 months ago
JSON representation

A utility to create time-lapses from a set of images.

Awesome Lists containing this project

README

          

# timelapse [![Build](https://github.com/mpawlowski/timelapse/actions/workflows/build.yaml/badge.svg)](https://github.com/mpawlowski/timelapse/actions/workflows/build.yaml)

A tool to create timelapses from a series of images using ImageMagick and FFMpeg.

# Usage

Downlad the latest release [here](https://github.com/mpawlowski/timelapse/releases/latest).

## Linux (x64)
./timelapse-linux-amd64 --source-directory=/path/to/image/directory

## Embedded Go

View the [example](src/bin/example/example.go) or the [CLI](src/bin/cli/cli.go).