Releases: akamhy/videohash
Releases · akamhy/videohash
v3.0.1
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
v2.1.9
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
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
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
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
- Fix typos in some Exceptions.
- added a param frame_interval in VideoHash class for specifying frame rate. (-r param of FFmpeg.)
v2.1.4
- 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
- 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.