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.
- Host: GitHub
- URL: https://github.com/mpawlowski/timelapse
- Owner: mpawlowski
- License: mit
- Created: 2024-05-21T05:25:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:37:20.000Z (about 2 years ago)
- Last Synced: 2024-06-19T04:07:25.243Z (almost 2 years ago)
- Topics: timelapse
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timelapse [](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).