README: Mention the colordetect element

This commit is contained in:
Philippe Normand 2022-04-26 14:56:46 +01:00
parent 3e10efa134
commit 5aa1b7cd3b

View file

@ -86,6 +86,7 @@ You will find the following plugins in this repository:
- `videofx`: Plugin with various video filters.
- `roundedcorners`: Element to make the corners of a video rounded via the alpha channel.
- `colordetect`: A pass-through filter able to detect the dominant color(s) on incoming frames, using [color-thief](https://github.com/RazrFalcon/color-thief-rs).
- `webp`: WebP decoder based on the [libwebp-sys-2](https://github.com/qnighy/libwebp-sys2-rs) library.