LukasBommes / mv-extractor

Extract frames and motion vectors from H.264 and MPEG-4 encoded video.
MIT License
296 stars 58 forks source link

Updating opencv dependency #36

Closed aeilkol closed 2 days ago

aeilkol commented 5 months ago

Hello,

I am using this package in a project to synchronize multiple different camera streams, which I then need to process. In this processing, I have packages that require opencv versions >= 4.6, which are in conflict with the requirements of this package. Would it be possible to update the package dependencies to allow using newer opencv versions?

Thank you very much for the great work either way!

LukasBommes commented 4 days ago

Thanks for the request @aeilkol! I am working on the next release where OpenCV 4.10.0 will be used.

LukasBommes commented 2 days ago

Should be resolved in release 1.1.0. Feel free to reopen if there are still issues.