From 3f67600385ee9f5fba358fad1cc5a740f41c056a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 14 Oct 2020 13:00:03 +0200 Subject: [PATCH] update readmes --- README.md | 6 ++++-- examples/README.md | 16 ++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ff448e..e358809 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Inspired by [ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat ## Features -- Edit videos with code! Declarative API with fun defaults +- Edit videos with code! 🤓 +- Declarative API with fun defaults - Create colorful videos with random colors generated from aesthetically pleasing palettes and random effects - Supports any input size, e.g. 4K video and DSLR photos - Can output to any dimensions and aspect ratio, e.g. *Instagram post* (1:1), *Instagram story* (9:16), *YouTube* (16:9), or any other dimensions you like. @@ -23,8 +24,9 @@ Inspired by [ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat - Render custom GL shaders (for example from [shadertoy](https://www.shadertoy.com/)) - Can output GIF - Preserve audio sources or mix multiple -- Overlay transparent images or videos +- Overlay transparent images or even videos with alpha channel - Show different sub-clips for parts of a clips duration (B-roll) +- Automatic audio crossfading ## Use cases diff --git a/examples/README.md b/examples/README.md index e3c03e0..104052e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,21 @@ # Examples +This folder contains examples and tests for different features. + +How to run examples: + +```bash +npm i -g editly + +git clone https://github.com/mifi/editly.git + +cd editly/examples + +git clone https://github.com/mifi/editly-assets.git assets + +editly --fast commonFeatures.json5 +``` + ## Image slideshow with Ken Burns zoom ![](https://github.com/mifi/gifs/raw/master/kenburns.gif)