Hacker News new | ask | show | jobs
by hetspookjee 1707 days ago
I think it creates a collage of the video frames: https://github.com/akamhy/videohash/blob/8759b6ad7fdabcdf4dd...

and passes that on to the videohash.py module to generate a hash: https://github.com/akamhy/videohash/blob/main/videohash/vide...

by using the library imagehash: https://pypi.org/project/ImageHash/