FFmpeg minterpolate Filter

FFmpeg has motion interpolation filter called minterpolate. This filter Creates additional frames based on the movement of video frames. FFmpeg offers so much options on this filter so this website will help you create your own.

Your filter string is:



FPS

Specify the output frame rate. This can be rational e.g. 60000/1001. Frames are dropped if FPS is lower than source FPS.

Motion Interpolation Mode

Motion Compensation Mode

Motion Estimation Mode

Motion Estimation Algorithm

Macroblock Size

Motion Estimation Search Parameter

Variable-Size Block Motion Compensation

Motion estimation is applied with smaller block sizes at object boundaries in order to make the them less blur

Scene Change Detection

Scene change leads motion vectors to be in random direction. Scene change detection replace interpolated frames by duplicate ones. May not be needed for other modes.

Scene Change Detection Threshold