summaryrefslogtreecommitdiffstats
path: root/python/python3-videohash/README
blob: 4f510f70044b4fc4d0e609c708f633ffa7ece877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.