akamhy / videohash

Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
https://pypi.org/project/videohash
MIT License
282 stars 46 forks source link

standardize the videos before calculating the hashes, use 30FPS and 6… #31

Closed akamhy closed 3 years ago

akamhy commented 3 years ago

…4x64 res

It increases the hash calculation speed and is more accurate.

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 (57a5333) into main (2b25b53) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          104       111    +7     
=========================================
+ Hits           104       111    +7     
Impacted Files Coverage Δ
videohash/vhash.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b25b53...57a5333. Read the comment docs.

akamhy commented 3 years ago

macOS has issue, probably on github's side.

Can't fix the issue with windows as I don't have one right now.