aboutsummaryrefslogtreecommitdiff
path: root/python/python3-videohash/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-videohash_2023-06-03@lockywolf.net>2023-06-10 08:09:47 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 08:09:47 +0700
commit2520f5414db51236c092f1c08408508079b1becd (patch)
tree5bee0898f768ac78732656211b6d06eff133d39a /python/python3-videohash/README
parentb361d7db4ef2e20a8f85787c43753fff378b40fc (diff)
python/python3-videohash: Added (detecting identical videos).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-videohash/README')
-rw-r--r--python/python3-videohash/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-videohash/README b/python/python3-videohash/README
new file mode 100644
index 0000000000..4f510f7004
--- /dev/null
+++ b/python/python3-videohash/README
@@ -0,0 +1,14 @@
+The Python package for near duplicate video detection
+
+Videohash is a for **detecting near-duplicate videos (Perceptual Video
+Hashing)**. It can take any input video and generate a 64-bit
+equivalent hash value. Videohash is way more faster than comparing the
+imagehash values of individual of the video and more reliable than
+hashing.
+
+The video-hash-values for identical or near-duplicate videos are the
+same or similar, implying that if the video is resized
+upscaled/downscaled, transcoded, watermark added/removed, stabilized,
+color changed, frame rate changed, changed aspect ratio, cropped,
+black-bars added or removed, the hash-value should remain unchanged or
+not vary substantially.