mvtools

Video filters for motion estimation and compensation in FFmpeg

brewmacoslinux
Try with needOr install directly
Source

About

Filters for motion estimation and compensation

Commands

mflowblurminterpolatemcompensate

Examples

slow down video with smooth motion interpolation$ ffmpeg -i input.mp4 -vf minterpolate=fps=60 output.mp4
create motion blur effect on video$ ffmpeg -i input.mp4 -vf mflowblur=blur=10 output.mp4
compensate for camera motion in video$ ffmpeg -i input.mp4 -vf mcompensate output.mp4
increase video frame rate using motion estimation$ ffmpeg -i input.mp4 -vf minterpolate=fps=120:mi_mode=mci output.mp4
smooth jerky video with motion compensation$ ffmpeg -i shaky.mp4 -vf mcompensate=mode=full output.mp4