[FFmpeg-user] Change fps from 50 to 25

Michael Koch astroelectronic at t-online.de
Sat Nov 12 13:59:21 EET 2022


Am 12.11.2022 um 12:39 schrieb Cecil Westerhof via ffmpeg-user:
> I have a few videos that have a 50 fps. But the computer I am playing
> them on cannot handle that properly. Can I use ffmpeg to change the
> fps to 25? While still having the same length.
>

sure, that's easy:
ffmpeg -i in.mp4 -r 25 out.mp4

Michael



More information about the ffmpeg-user mailing list