LukasBommes / mv-extractor

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

Struggle to insert mv-extractor to IDE #8

Closed dananomer closed 2 years ago

dananomer commented 2 years ago

thanks for your responses, I would like your help to use your module inside my project - I only need the videoCap API for python in Pycharm.

is there a guide for using the docker inside Pycharm? or the module itself without the docker?

LukasBommes commented 2 years ago

Hey dananomer,

it is possible to integrate Docker with Pycharm. You can read on this in the pycharm docs. However, I haven't done ut myself before. I usually just use the terminal with a text editor.

And you will have to install everything. The Python part of the project is just a thin wrapper around the C++ code which does all the work (grab video frames, extract motion vectors, etc.).

LukasBommes commented 2 years ago

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