mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
2520f5414d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
691 B
Text
14 lines
691 B
Text
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.
|