Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Caricio <rafael@caricio.com>2022-10-23 15:22:20 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 17:16:22 +0300
commitb97a855a51cede2bd673fc53ba272775d64a318a (patch)
treecb92b93abd9f9f2e872fee24f65a777994cc153e /README.md
parent1929f5872c090985017bf0c691e475bf1acb2e6b (diff)
videocompare: Update README with reference
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4dd1d67f2..794d0f6b5 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,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).
+ - `videocompare`: Compare similarity of video frames. The element can use different hashing algorithms like [Blockhash](https://github.com/commonsmachinery/blockhash-rfc), [DSSIM](https://kornel.ski/dssim), and others.
- `webp`: WebP decoder based on the [libwebp-sys-2](https://github.com/qnighy/libwebp-sys2-rs) library.