How to Speed Up or Slow Down a Video
Changing video speed is a common editing operation. Speed up for time-lapse or summary effect; slow down for dramatic moments. Most modern phones and editing tools support this directly.
On iPhone (Photos)
For videos shot in Slo-Mo mode (iPhone’s high-frame-rate mode):
- Open Slo-Mo video
- Tap Edit
- Drag the speed control under the timeline
- Tap Done
For regular video, speed control is limited in Photos. Use iMovie for non-slow-mo footage.
On iPhone (iMovie)
- Create new project, add video
- Tap the video on timeline
- Tap the Speed icon
- Drag slider:
- 0.25x or 0.5x: slow motion
- 1x: normal
- 2x, 4x, 8x: speed up
- Export
On Android (Google Photos)
Limited speed control. Better:
CapCut: full speed adjustment, ramping, frame interpolation.
InShot: simple speed control.
On Mac (iMovie)
- New movie project
- Drag video to timeline
- Click video → tap Speed control
- Drag slider or enter specific multiplier
- Export
On Mac (QuickTime Player)
Limited; QuickTime can play at different speeds but not save speed-changed video. Use iMovie.
On Windows (Clipchamp)
- Import video
- Drag to timeline
- Speed setting in toolbar
- Choose ratio
- Export
Cross-platform: CapCut
CapCut (free, cross-platform):
- Import video
- Tap Edit → Speed
- Choose Normal or Curve (for ramping):
- Normal: constant speed change
- Curve: speed ramps (slow → fast or vice versa)
- Export
CapCut’s Curve mode is particularly good for cinematic speed-ramps.
Command-line: FFmpeg
2× speed up:
ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" -filter:a "atempo=2.0" output.mp4
0.5× slow down:
ffmpeg -i input.mp4 -filter:v "setpts=2.0*PTS" -filter:a "atempo=0.5" output.mp4
4× speed up:
ffmpeg -i input.mp4 -filter:v "setpts=0.25*PTS" -filter:a "atempo=2.0,atempo=2.0" output.mp4
(atempo max is 2.0 per filter; chain multiple for higher speeds.)
What happens at extreme speeds
Very fast (4×+): motion becomes choppy. The video plays faster but skips frames or feels rushed. For smoothest speedup, use frame interpolation (CapCut, DaVinci Resolve, AI tools).
Very slow (0.25× or less): each frame shows for longer. Without interpolation, you see exactly the original frames at slower playback — feels like a slideshow. For smooth slow motion, the source needs to have been shot at higher frame rates (60, 120, 240 fps).
For dramatic slow motion: shoot in slow-mo mode (iPhone Slo-Mo, Android equivalent) at 240 fps. Playing back at 30 fps gives 8× slow motion that looks fluid.
Audio considerations
When you change video speed, what happens to audio:
Pitch shifts: 2× speed without correction = chipmunk voices. 0.5× = deep slow voices. Most editors auto-correct pitch.
Pitch correction: keeps voice tonality natural even at changed speed. Standard in iMovie, CapCut, Clipchamp.
Mute audio: for time-lapse or stylistic effect, often the audio is removed entirely and replaced with music.
Use cases
Speeding up:
- Time-lapse from a regular video (sunset over an hour → 30 seconds)
- Summarizing long content
- Comedic effect (action faster)
- Faster tutorials
Slowing down:
- Dramatic moments
- Sports replays
- Showing detail in fast motion
- Cinematic style
Speed ramp:
- Build tension (start slow, accelerate)
- Punctuate moments (fast → slow at key moments)
- Common in music videos and trailers
Quality preservation
Speed changes can affect quality:
- Speed up: drops frames; lower quality during fast-motion sections
- Slow down without interpolation: shows individual frames; can look choppy
- Slow down with interpolation: AI/processing-generated intermediate frames; sometimes shows artifacts
For best results:
- Shoot at higher frame rate if you plan to slow down
- Use professional tools (DaVinci Resolve, Premiere) for smooth speed ramps
- Mobile tools (CapCut, iMovie) are sufficient for most casual creators
Common scenarios
Vacation time-lapse: speed up walking shots 4-8× for travel videos.
Workout demos: slow down at form-critical moments.
Funny pet video: speed up to humorous effect.
Tutorial pacing: speed up boring parts; slow down critical steps.
Music video: speed-ramp to match music tempo.
After speed changes
- Trim: see Trim or Cut Video
- Add music: most speed-changed clips benefit from music (especially when original audio is removed)
- Add captions: see Add Subtitles for tutorials
- Compress: see Compress Video
- Extract audio: MP4 to MP3
TL;DR
- iPhone: iMovie has full speed control; Photos handles Slo-Mo specifically
- Android: CapCut or InShot
- Mac: iMovie (built-in, free, capable)
- Windows: Clipchamp (built-in to Windows 11)
- Cross-platform: CapCut has speed ramping
- Command-line: FFmpeg with
setptsandatempofilters - For smooth slow motion: shoot at higher frame rate (60, 120, 240 fps)
- Audio handling: most tools auto-correct pitch