Skip to content

Releases: akamhy/videohash

v3.0.1

29 May 07:37
e407bb0
Compare
Choose a tag to compare

What's Changed

  • Tiles will now use PNG and not JPEG. jpeg has a max res limit, for longer videos it's a bug - #92

Full Changelog: 3.0.0...3.0.1

Download videohash

v3.0.0

17 May 18:26
735d063
Compare
Choose a tag to compare

What's Changed

  • Fix hash collision for videos of same length by @akamhy in #89

Full Changelog: 2.1.9...3.0.0

Download videohash

v2.1.9

14 Feb 14:06
f695911
Compare
Choose a tag to compare

What's Changed

  • Fix installing on Windows by specifying encoding by @step21 in #83

New Contributors

Full Changelog: 2.1.8...2.1.9

Download videohash

v2.1.8

24 Dec 09:41
6ce2943
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: The default behavior to download the worst quality fails for sites like Reddit. Fix by setting download_worst = False by @akamhy in #77

Full Changelog: 2.1.7...2.1.8

Download videohash

v2.1.7

23 Dec 14:41
dc39172
Compare
Choose a tag to compare

What's Changed

  • Update README (added credits and useful links) by @akamhy in #74
  • The release is only made to upload the new and more helpful readme with credits to the PyPI.

Full Changelog: 2.1.6...2.1.7

Download videohash

v2.1.6

29 Nov 19:25
95904f4
Compare
Choose a tag to compare

What's Changed

  • Created a module videoduration with the function video_duration, video_duration attribute now available in VideoHash instances and video_duration function can also be accessed directly as videohash.video_duration. by @akamhy in #72

Full Changelog: 2.1.5...2.1.6

v2.1.5

28 Nov 07:04
a73bda2
Compare
Choose a tag to compare
  • Fix typos in some Exceptions.
  • added a param frame_interval in VideoHash class for specifying frame rate. (-r param of FFmpeg.)

v2.1.4

11 Nov 22:30
8536601
Compare
Choose a tag to compare
  • Removed youtube-dl from the dependency now the package now solely uses yt-dlp for downloading videos.
  • VideoHash now works on python 3.10 post the 3.10 wheels of SciPy.

v2.1.3

04 Nov 17:14
072b2b3
Compare
Choose a tag to compare
  • Improved docstrings, useful for IDE/editor autocomplete.
  • FASTER: Use f-strings for String interpolation instead of c-style.
  • FASTER: Extend the rows of the wavelet hash to the instance bit list, no need to waste resources by generating the bit list from the bitstring.
  • Use yt-dlp as the default downloader, yt-dlp avoids throttling issues with YouTube.

v2.1.2

20 Oct 20:30
614ca05
Compare
Choose a tag to compare

Update the pageon PyPi