jishnujayakumar / MV-Tractus

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

Error in compilation #22

Closed sak25 closed 3 years ago

sak25 commented 3 years ago

I am getting the following error on compilation.Kindly help 20201119_231158

jishnujayakumar commented 3 years ago

I am sorry. I am not getting enough time to put into this project so I am afraid I can't help you at this point in time. But looking at the screenshot, it seems that the new FFMPEG codebase is causing the issue. One more person had the same problem. I think he had solved it by installing an appropriate version of the same. Hope this helps. Unfortunately, I don't remember the exact version. If you have any queries regarding the same, feel free to ask https://www.linkedin.com/in/arjjun-sathish-86ab3044/. I think that he had solved a similar issue.

sak25 commented 3 years ago

Thanks for your reply.

ColdCodeCool commented 3 years ago

@sak25 so, did you solve your problem? I have had the same problem as you.

sak25 commented 3 years ago

@sak25 so, did you solve your problem? I have had the same problem as you.

It's a temporary debug, just change the name of the structure which is causing the error.

alanzyt311 commented 3 years ago

@sak25 Hi, sorry to bother you. I met the same problem as you. You said that change the name of the structure is causing the error. So you mean change a name for the AVPacketList?

However, when I change its name, new errors pop up. Could you give me some advice on how you solve it before? Thx a lot!