SyntaxFix
Write A Post
Hire A Developer
Questions
You may consider using fps filter. It won't change the video playback speed:
fps
ffmpeg -i <input> -filter:v fps=fps=30 <output>
Worked nice for reducing fps from 59.6 to 30.