mvtools

Motion estimation and compensation filters for video processing

brewmacoslinux
Try with needOr install directly
Source

About

Filters for motion estimation and compensation

Commands

mvtools

Examples

Analyze motion vectors in a video file$ mvtools -input video.mp4 -analyze
Apply motion compensation to reduce artifacts$ mvtools -input video.mp4 -compensate -output compensated.mp4
Generate motion estimation data with custom block size$ mvtools -input video.mp4 -blocksize 16 -output motion_data.dat