From f1e29da76f2d311b480152170f28f2dd97c3230d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 4 Apr 2018 15:19:52 -0400 Subject: [PATCH] . --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ee0af2a..675ea98 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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)