This is the Linux app named videohash whose latest release can be downloaded as v2.1.6.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named videohash with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
videohash
DESCRIPTION:
Videohash is a Python library for detecting near-duplicate videos (Perceptual Video Hashing). Any video input can be used to generate a 64-bit equivalent hash value with this package.
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, slightly cropped, black-bars added or removed, the hash-value should remain unchanged or not vary substantially.
Repository : https://github.com/akamhy/videohash
Features
- Generate videohash of a video directly from its URL or its path.
- Can be used to implement scalable Near Duplicate Video Retrieval.
- The end-user can access the image representation(the collage) of the video.
- A videohash instance can be compared to a 64-bit stored hash, its hex representation, bitlist, and other videohash instances.
- Faster than the old method of comparing each frame individually. The videohash package generates a single 64-bit video hash value, which saves a significant amount of database space. And the number of comparisons required drops significantly.
This is an application that can also be fetched from https://sourceforge.net/projects/videohash/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.