1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/editly/README.md
2021-07-21 11:59:05 +08:00

23 lines
542 B
Markdown

editly
======
[Editly][1] 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
```bash
# 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
```
[1]: https://github.com/mifi/editly