Skip to main content

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

License: MIT

Copyright (c) 2022 Akash Mahanty. See license for details.

Project details


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)

Uploaded Source

Built Distribution

videofingerprint-0.0.2-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page