Skip to content

Releases: LukasBommes/mv-extractor

v1.1.0

27 Oct 17:07
Compare
Choose a tag to compare

What's Changed

  • Limit the maximal number of threads used by FFmpeg to 16 by @luowyang in #33
  • Draw motion vectors with subpixel precision by @xyperias in #28
  • Upgrade Docker image to manylinux_2_28 by @LukasBommes in #38
  • Upgrade OpenCV from 4.5.5 to 4.10.0 by @LukasBommes in #48
  • Add support for numpy 2 by @LukasBommes in #56
  • Switch Dockerfile from Python 3.10 to Python 3.12 by @LukasBommes in #55
  • Add end to end tests by @LukasBommes in #54
  • Improve CI pipeline to run unit tests on every push to a feature branch

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

26 Aug 15:27
75424af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

19 Aug 12:10
ac53924
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Jul 15:33
Compare
Choose a tag to compare
  • Changed Docker image to manylinux_2_24_x86_64 to prepare for building wheels
  • Stripped down OpenCV installation to only needed modules

v1.0.3

27 Jul 15:05
2ccce5b
Compare
Choose a tag to compare
  • Added unittests in tests/tests.py
  • Updated to Ubuntu 22.04, Python 3.10, and OpenCV 4.5.5
  • Provided a script to wrap Docker run command
  • Updated demo script with command line arguments for extraction and storing of motion vectors

v1.0.2

02 Feb 13:15
Compare
Choose a tag to compare
fixed ld library path

v1.0.1

01 Feb 15:39
17ae266
Compare
Choose a tag to compare
Update README.md

v1.0.0

12 Dec 05:53
Compare
Choose a tag to compare

This is the first public release of the motion vector extraction tool.