Releases: akamhy/videohash
Releases · akamhy/videohash
v3.0.1
29 May 07:37
Compare
Sorry, something went wrong.
No results found
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
v3.0.0
17 May 18:26
Compare
Sorry, something went wrong.
No results found
v2.1.9
14 Feb 14:06
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix installing on Windows by specifying encoding by @step21 in #83
New Contributors
Full Changelog : 2.1.8...2.1.9
v2.1.8
24 Dec 09:41
Compare
Sorry, something went wrong.
No results found
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
v2.1.7
23 Dec 14:41
Compare
Sorry, something went wrong.
No results found
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
v2.1.6
29 Nov 19:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found