runeksvendsen / python-mv

http://stackoverflow.com/questions/19169387/is-there-a-python-library-that-can-extract-motion-vectors-from-h-264-p-and-b-fr
8 stars 2 forks source link

How to apply this patch? #1

Open bradsmith86 opened 7 years ago

bradsmith86 commented 7 years ago

Hi, I am also interested in exploring the macroblock and motion vector data. Can you tell me how to apply this patch. Is it against any specific git branch or commit? I tried it against ffmpeg current master and git said it cannot be applied.

Thanks,

runeksvendsen commented 7 years ago

Hello there

It's been so long that I can't say for sure, but a good bet -- judging by the modification dates of the scripts -- would be the libav/ffmpeg found in Ubuntu 14.04 or, in case that isn't the one, Ubuntu 13.10.

I chose an Ubuntu package because it's really easy to fetch the sources (apt-get source), patch, and build, as per this guide: https://help.ubuntu.com/community/UpdatingADeb