-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Akash Mahanty edited this page Oct 18, 2021
·
8 revisions
Videohash is a Python library for detecting near-duplicate videos (Perceptual Video Hashing). Any video input can be used to build a 64-bit equivalent hash value with this package. The hash-values for identical/near-duplicate videos are the same or similar, implying that if the video is enlarged (upscaled/downscaled), transcoded, slightly cropped, or black-bars added/removed, the hash-value should remain unchanged or not vary substantially.
To cite videohash visit https://doi.org/10.5281/zenodo.4448295.
videohash is released under the MIT License.