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

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
How to reduce the size of a video dramatically with ffmpeg ?

This article shows you how to reduce the size of video with ffmpeg. The following parameters have an important on the size: * the codec: the codec is the algorithm that encodes the picture into the...



Share this page:
Follow us:
Task Runner