Relative Luminance gradient and Dominant Color of Frames (RLGDCF) based Digital Video Fingerprinting.
Project description
Relative Luminance gradient and Dominant Color of Frames (RLGDCF) based Digital Video Fingerprinting
Introduction
Relative Luminance gradient and Dominant Color of Frames (RLGDCF) based Digital Video Fingerprinting is ...
I'll explain the code in words here but later, for now just read the code. Sorry!
Installation
pip install videofingerprint -U
Usage
>>> import videofingerprint
>>>
>>> url1 = "https://www.youtube.com/watch?v=PapBjpzRhnA"
>>> url2 = "https://raw.githubusercontent.com/akamhy/videohash/main/assets/rocket.mkv"
>>>
>>> vp1 = videofingerprint.VideoFingerprint(url=url1)
>>> vp2 = videofingerprint.VideoFingerprint(url=url2)
>>> vp1.fingerprint
'rrbBbbBLlrrRrRrnNBbbbnnrBBbbBLlrrrRRnnnnLLLLLllllllllL'
>>> vp2.fingerprint
'rrbBbbBLlrrRrRrrNBbbbnnrBBbbBLlrrrRRnnNnBLLLLllllllllL'
>>>
🛡 License
Copyright (c) 2022 Akash Mahanty. See license for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
videofingerprint-0.0.2.tar.gz
(9.4 kB
view hashes)
Built Distribution
Close
Hashes for videofingerprint-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ccbe7a4927754df2085ac920fb7e85e861519fabdca00048d178d632e5381c4 |
|
MD5 | e8a6ad4bf5c0ad6996d52b5a7ddc993d |
|
BLAKE2b-256 | 6b1cbc73c81e246616e0c93f97270ffa8c222e7e2420deda7114bc49d224af66 |