dockerfiles/editly
kev e7190c7814 update 2022-11-18 13:22:33 +08:00
..
Dockerfile update 2022-11-18 13:22:33 +08:00
README.md add editly 2021-07-21 11:59:05 +08:00
output.mp4 add editly 2021-07-21 11:59:05 +08:00
slideshow.json5 add editly 2021-07-21 11:59:05 +08:00

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