jishnujayakumar / MV-Tractus

A simple tool to extract motion vectors from h264 encoded videos.
108 stars 27 forks source link

libavcodec/avcodec.h not found #16

Closed prashantbodh099 closed 4 years ago

prashantbodh099 commented 4 years ago

Hello, I have successfully cloned your repository and also installed FFmpeg using ./install_ffmpeg.sh command. But when I am trying to compile, it is showing some errors.

error_compile

In file included from extract_mvs.c:29: include/libavformat/avformat.h:319:10: fatal error: libavcodec/avcodec.h: No such file or directory 319 | #include "libavcodec/avcodec.h" compilation terminated. In file included from extract_mvs_with_frames.c:29: include/libavformat/avformat.h:319:10: fatal error: libavcodec/avcodec.h: No such file or directory 319 | #include "libavcodec/avcodec.h" compilation terminated.

jishnujayakumar commented 4 years ago

It seems that the corresponding libs are missing from your system. Installing them can help. Please use the tutorial videos as a kickstarter.

prashantbodh099 commented 4 years ago

Okay, Then how to make them install and available to include them. I need more assistance on the same.

jishnujayakumar commented 4 years ago

You will get your answer in the install script itself.

On Wed, 17 Jun, 2020, 5:40 pm Prashant Kumar, notifications@github.com wrote:

Okay, Then how to make them install and available to include them. I need more assistance on the same.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jishnujayakumar/MV-Tractus/issues/16#issuecomment-645335318, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACR5RK6QOQXRJL46FND2WK3RXCXCLANCNFSM4OAQJR3A .

jishnujayakumar commented 4 years ago

If the problem has been resolved, I will close the issue by EOD. Please comment.

jason-richards commented 4 years ago

Yes thank you!

On Sun, Aug 9, 2020, 1:44 AM Jishnu P notifications@github.com wrote:

If the problem has been resolved, I will close the issue by EOD. Please comment.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jishnujayakumar/MV-Tractus/issues/16#issuecomment-671025218, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXOCG6UJF7NITYZEWXAIILR7ZOXZANCNFSM4OAQJR3A .