How to change frame rate of video on Mac

Fredric Cliver
Mar 30, 2021

--

QuickTime player and iMovie doesn’t support to export with an option of changing frame rate.

It’s frustrating, and downloading from an unidentified application from web is also not the best.

Use FFmpeg

ffmpeg -i [original file] -filter:v fps=30 [output path]

If you don’t have ffmpeg on your machine, check it

https://ffmpeg.org/download.html

--

--

Fredric Cliver
Fredric Cliver

Written by Fredric Cliver

13+ years in the digital trenches. I decode complex tech concepts into actionable insights, focusing on AI, Software Engineering, and emerging technologies.

No responses yet