Browse Source

update readme

pull/22/head
Mikael Finstad 6 years ago
parent
commit
8faa035731
  1. 26
      README.md

26
README.md

@ -8,16 +8,9 @@ Inspired by [ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat
[![demo](https://github.com/mifi/gifs/raw/master/commonFeatures.gif)](https://youtu.be/LNeclLkxUEY) [![demo](https://github.com/mifi/gifs/raw/master/commonFeatures.gif)](https://youtu.be/LNeclLkxUEY)
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 ## 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) 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 ## Installing
`npm i -g editly` `npm i -g editly`
@ -234,16 +234,10 @@ Loads a GLSL shader. See [gl.json5](https://github.com/mifi/editly/blob/master/e
- `fragmentPath` - `fragmentPath`
- `vertexPath` (optional) - `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)
- three.js
## See also ## See also
- https://github.com/transitive-bullshit/awesome-ffmpeg - https://github.com/transitive-bullshit/awesome-ffmpeg
- https://github.com/h2non/videoshow - https://github.com/h2non/videoshow
- https://github.com/transitive-bullshit/ffmpeg-concat - https://github.com/transitive-bullshit/ffmpeg-concat
- https://github.com/sjfricke/awesome-webgl - https://github.com/sjfricke/awesome-webgl
- https://www.mltframework.org/docs/melt/
Loading…
Cancel
Save