Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 4, 2018
1 parent 1a60ac1 commit f1e29da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ npm install -g ffmpeg-concat
ffmpeg-concat -t circleopen -d 750 -o huzzah.mp4 media/1.mp4 media/2.mp4 media/3.mp4
```


## Usage

```js
Expand Down Expand Up @@ -214,12 +215,14 @@ Here are some [gl-transitions](https://gl-transitions.com/) that I've found part
- [cube](https://gl-transitions.com/editor/cube)
- [swap](https://gl-transitions.com/editor/swap)


## Related

- [ffmpeg-gl-transition](https://github.com/transitive-bullshit/ffmpeg-gl-transition) - Low-level ffmpeg filter for applying GLSL transitions between video streams ([gl-transitions](https://gl-transitions.com/)). It allows the use of more advanced and customizable filter graphs, but it requires you to build a custom version of ffmpeg.
- [gl-transitions](https://gl-transitions.com/) - Collection of GLSL transitions.
- [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg) - Underlying ffmpeg wrapper library.


## License

MIT © [Travis Fischer](https://github.com/transitive-bullshit)

0 comments on commit f1e29da

Please sign in to comment.