· 3 min read
How to Plan a Video Frame Rate Change
Manesh Jayawardhana
CIO & Co-founder
Changing a video’s frame rate sounds like a simple export setting until the motion starts to judder or the audio pitch shifts. Converting 23.976 to 24, 24 to 25, or 30 to 24 can mean different things depending on whether you retime the video or resample frames.
A video FPS converter helps you plan the trade-off before running a command. It shows frame cadence, duration changes, pitch shift in cents, and the ffmpeg command for either method.
What frame-rate conversion involves
Frame rate is how many frames play each second. When you change it, you can either retime the video or resample it. Retiming changes playback speed, so duration and audio pitch can change. Resampling keeps duration but duplicates or drops frames, which can create judder.
Neither method is universally correct. The right choice depends on whether timing, audio pitch, or motion smoothness matters most.
Why people get stuck here
The file may say “converted to 25 fps,” but that does not tell you how the conversion happened. A retimed 24 fps video played at 25 fps runs slightly faster. A resampled one keeps duration but changes frame cadence.
Tiny fractional rates add more confusion. 23.976 and 24 are close, but not identical, and that difference can matter in professional workflows.
| Method | Keeps Duration? | Main Trade-Off |
|---|---|---|
| Retiming | No | Speed and pitch change |
| Resampling | Yes | Dropped or duplicated frames |
| Pulldown-style cadence | Usually | Pattern can judder |
| Exact planning | Depends | Know the cost first |
What a good FPS conversion plan looks like
The goal is named first
Decide whether you need exact duration, broadcast compatibility, audio preservation, or motion consistency.
The cadence is understood
Frame duplication or dropping is not invisible. Check the cadence before choosing resampling.
The command matches the method
Use the command for the conversion you actually intend, not a copied snippet that hides the trade-off.
Common mistakes to avoid
- Assuming every FPS conversion preserves duration.
- Ignoring pitch shift when retiming.
- Treating 23.976 and 24 as always interchangeable.
- Resampling footage and then wondering why motion judders.
- Running an
ffmpegcommand without understanding what it changes.
How to do it with Video FPS Converter
Online Tool Store’s Video FPS Converter compares retiming and resampling, shows cadence and pitch shift, and gives ffmpeg commands.
- Open the Video FPS Converter.
- Enter the source frame rate.
- Enter the target frame rate.
- Compare retiming and resampling results.
- Review duration, cadence, and pitch shift.
- Copy the
ffmpegcommand for the method you choose.
Use it before converting footage where timing, sync, or motion quality matters.
Frequently asked questions
What is retiming?
Retiming changes playback speed so frames map cleanly to the new rate. It can change duration and audio pitch.
What is resampling?
Resampling keeps duration by dropping or duplicating frames. It can introduce visible judder.
Why does 24 to 25 fps affect pitch?
If retimed, the video plays faster, and audio pitch rises unless corrected separately.
Final thought
Plan frame-rate conversion before exporting. FPS changes are not just numbers; they are choices about motion, time, and sound.