https://youtu.be/LNeclLkxUEY - This GIF/youtube was created with this command: "editly [commonFeatures.json5](https://github.com/mifi/editly/blob/master/examples/commonFeatures.json5)"
This GIF/youtube was created with this command: `editly [commonFeatures.json5](https://github.com/mifi/editly/blob/master/examples/commonFeatures.json5)"
See [more examples here](https://github.com/mifi/editly/blob/master/examples/)
## Requirements
- [Node.js installed](https://nodejs.org/en/) (Recommended to use newest stable version)
- Should work on Windows, MacOS and Linux. Needs at least Node.js v12.16.2 on MacOS ([see issue](https://github.com/sindresorhus/meow/issues/144)). See also https://github.com/stackgl/headless-gl#system-dependencies
Make sure you have `ffmpeg` and `ffprobe` installed and available in `PATH`
See [more examples here](https://github.com/mifi/editly/tree/master/examples#examples)
## Features
@ -42,6 +35,13 @@ Make sure you have `ffmpeg` and `ffprobe` installed and available in `PATH`
See [examples](https://github.com/mifi/editly/tree/master/examples)
## Requirements
- [Node.js installed](https://nodejs.org/en/) (Recommended to use newest stable version)
- Should work on Windows, MacOS and Linux. Needs at least Node.js v12.16.2 on MacOS ([see issue](https://github.com/sindresorhus/meow/issues/144)). See also https://github.com/stackgl/headless-gl#system-dependencies
Make sure you have `ffmpeg` and `ffprobe` installed and available in `PATH`
## Installing
`npm i -g editly`
@ -234,16 +234,10 @@ Loads a GLSL shader. See [gl.json5](https://github.com/mifi/editly/blob/master/e
- `fragmentPath`
- `vertexPath` (optional)
## TODO
- Implement audio from source files
- Allow specifying path to ffmpeg and ffprobe
- Full power of the HTML to create visuals and animations (maybe puppeteer)