LukasBommes / mv-extractor

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

Problem installing module mv_extractor #6

Closed dananomer closed 2 years ago

dananomer commented 2 years ago

I try to add mv_extractor with setup.py IMG_20211113_092025

The module is installed but this problem persist, I only need to import mv_extractor to python. Using Ubunto 20.04

LukasBommes commented 2 years ago

Hey dananomer,

did you try to install pkgconfig via pip? But anyway, if you want to install it like you tried it, you will also have to provide all the necessary dependencies manually, i.e. you would have to install OpenCV and FFMPEG. I would recommend to build and use the Docker image. Or if you want to install it on your host without Docker, you should follow the installation steps as specified in the Dockerfile.

LukasBommes commented 2 years ago

Closing due to inactivity. Feel free to reopen for further discussion.