Table of Contents

How to change the video FPS (frame per second) with ffmpeg ?

About

You can change the number frame per second (FPS) of a video thanks to the fps filter 1) 2)

Example

ffmpeg -i input.mp4 -filter:v fps=25 output.mp4