Make time-lapses in time-lapse speed
cd
to a directory of photos- Run
mklapse [mode]
(See examples below)
Running each mode (except video) will create a directory of new images in the current directory (the directory created will be named mklapse
).
$ mklapse zoom [--delta 1.01]
TODO: add parameter for focal point
$ mklapse zoom && cd mklapse && mklapse trails
This will create a video named mklapse.mp4
made out of the images in the current directory.
$ mklapse custom --script name-of-script.sh [args for script here]
Run a custom script on every image in a directory.
npm i -g mklapse
- Batch edit images with simple commands
- Change variables every image while batch editing
- Use Node.js instead of Bash (but still call shell programs underneath)