A simple tool to extract motion vectors from mpeg videos.
Jishnu P. (2018, October 21). MV-Tractus: A simple and fast tool to extract motion vectors from H264 encoded video streams. (Version 1.0). Zenodo. http://doi.org/10.5281/zenodo.1467851
@misc{jishnu_p_2018_1467851,
author = { Jishnu P },
title = { MV-Tractus: A simple and fast tool to extract motion vectors from H264 encoded video streams. },
month = oct,
year = 2018,
doi = { 10.5281/zenodo.1467851 },
url = { https://doi.org/10.5281/zenodo.1467851 } }
git clone https://github.com/jishnujayakumar/MV-Tractus.git
cd MV-Tractus
./install_ffmpeg.sh
(You can also install FFmpeg using the link here)sudo cp ffmpeg.conf /etc/ld.so.conf.d/ffmpeg.conf && sudo ldconfig
./compile
OR You can use the compile_command.txt to generate the binary file.- mkdir -p output/mv/
./extract_mvs <video-file-path>
.- And there you go. The output will be saved in './output/mv/'.
pip install mv-tractus
(Coming Soon).
Coming Soon