Skip to content

Releases: ratoaq2/knowit

0.5.2

19 Jan 21:28
Compare
Choose a tag to compare
  • Make knowit results picklable #15

Full Changelog: 0.5.1...0.5.2

0.5.1

09 Jan 17:54
Compare
Choose a tag to compare
  • improve language detection using TrakIt 0.2.1

Full Changelog: 0.5.0...0.5.1

0.5.0

08 Jan 21:19
Compare
Choose a tag to compare
  • Improve language detection using TrakIt
  • Also hearing_impaired and closed_caption detection were improved

Full Changelog: 0.4.1...0.5.0

0.4.1

01 Jan 17:19
Compare
Choose a tag to compare
  • Update Dockerfile to python 3.11 and also add mkvmerge as available provider in docker image
  • Better handle of ffprobe output where tags might be uppercase. See #39
  • Try to avoid mediainfo detection to call mediainfo gui since in windows, CLI and GUI have same executable names. See #14
  • Avoid division by zero when calculating video display ratio. See #23
  • Use correct json encoder when dumping better debug information when invalid media for enzyme provider. See #24
  • Fixes issues related to empty results from mediainfo, ffmpeg and mkvmerge. See #43

0.4.0

08 Apr 10:05
e7cc0d7
Compare
Choose a tag to compare
  • Drop python 2.x support
  • Code refactoring (add type support, cosmetic changes, etc)
  • Add support to mkvmerge (MKVToolNix) provider
  • Add basic HDR detection (HDR10 and Dolby Vision)
  • Fix MediaInfo support for latest versions

0.3.0

21 Mar 16:33
Compare
Choose a tag to compare
  • last python 2.7 compatible release
  • support for path-like objects
  • fixes subrip detection in old ffmpeg versions
  • improve error reporting
  • fixes attribute error in MediaInfo provider
  • fixes ffmpeg not found on system
  • added python 3.7, 3.8 and 3.9 support
  • fixes mediainfo dll detection on windows

Release 0.2.4

20 Jun 05:29
Compare
Choose a tag to compare
  • Added container to output
  • Changed Pint as an optional dependency
  • Added options to output values without units
  • Added MOV Text as subtitle format

Release 0.2.3

18 Jun 06:20
Compare
Choose a tag to compare
  • Fixed providers loading order: mediainfo, ffmpeg, enzyme

Release 0.2.2

10 Jun 07:56
Compare
Choose a tag to compare
  • Added FFmpeg / FFprobe provider
  • Improved mediainfo detection
  • Added mediainfo cli fallback

Release 0.2.1

05 Jun 19:50
Compare
Choose a tag to compare
  • Minor bugfix