adrianmay / jishmo

From h264 stream, extract motion vectors and derive intrusion score

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jishmo

A simple tool to extract motion vectors from mpeg videos.

This is a tidy up of https://github.com/jishnujayakumar/MV-Tractus.git

My intention is to process the motion vectors into an intruder score and dump them all in one file by timestamp, but first I'll CMake-ize it to avoid all that library source.

Build instructions

mkdir build; cd build; cmake ..; make

About

From h264 stream, extract motion vectors and derive intrusion score


Languages

Language:C 98.9%Language:CMake 1.1%