mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
.. | ||
Dockerfile | ||
output.mp4 | ||
README.md | ||
slideshow.json5 |
editly
Editly is a tool and framework for declarative NLE (non-linear video editing) using Node.js and ffmpeg. Editly allows you to easily and programmatically create a video from a set of clips, images, audio and titles, with smooth transitions and music overlaid.
Tutorial
# Create an alias
$ alias editly='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data vimagick/editly'
# Make config file
$ cat slideshow.json5
# Do video transcoding
$ editly --fast slideshow.json5