Skip to content

Commit

Permalink
Merge pull request #70 from akamhy/2.1.5
Browse files Browse the repository at this point in the history
v2.1.5
  • Loading branch information
akamhy authored Nov 28, 2021
2 parents 832a71f + 946ba65 commit a73bda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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/near-duplicate videos are the same or similar, implying that if the video is resized (upscaled/downscaled), transcoded, watermark added/removed, changed color, changed frame rate, changed aspect ratio, slightly cropped, or black-bars added/removed, the hash-value should remain unchanged or not vary substantially.
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.

### How the hash values are calculated

Expand Down Expand Up @@ -148,7 +148,7 @@ True

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/akamhy/videohash/blob/master/LICENSE)

Released under the MIT License. See
Copyright (c) 2021 Akash Mahanty. See
[license](https://github.com/akamhy/videohash/blob/master/LICENSE) for details.

The VideoHash logo was created by [iconolocode](https://github.com/iconolocode). See [license](https://github.com/akamhy/videohash/blob/main/assets/logo/LICENSE-LOGO) for details.
Expand Down
2 changes: 1 addition & 1 deletion videohash/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)

__url__ = "https://akamhy.github.io/videohash/"
__version__ = "2.1.4"
__version__ = "2.1.5"
__status__ = "production"
__author__ = "Akash Mahanty"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit a73bda2

Please sign in to comment.