← All guides

How to Speed Up or Slow Down a Video

videospeedslow-motionedit

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):

  1. Open Slo-Mo video
  2. Tap Edit
  3. Drag the speed control under the timeline
  4. Tap Done

For regular video, speed control is limited in Photos. Use iMovie for non-slow-mo footage.

On iPhone (iMovie)

  1. Create new project, add video
  2. Tap the video on timeline
  3. Tap the Speed icon
  4. Drag slider:
    • 0.25x or 0.5x: slow motion
    • 1x: normal
    • 2x, 4x, 8x: speed up
  5. Export

On Android (Google Photos)

Limited speed control. Better:

CapCut: full speed adjustment, ramping, frame interpolation.

InShot: simple speed control.

On Mac (iMovie)

  1. New movie project
  2. Drag video to timeline
  3. Click video → tap Speed control
  4. Drag slider or enter specific multiplier
  5. Export

On Mac (QuickTime Player)

Limited; QuickTime can play at different speeds but not save speed-changed video. Use iMovie.

On Windows (Clipchamp)

  1. Import video
  2. Drag to timeline
  3. Speed setting in toolbar
  4. Choose ratio
  5. Export

Cross-platform: CapCut

CapCut (free, cross-platform):

  1. Import video
  2. Tap Edit → Speed
  3. Choose Normal or Curve (for ramping):
    • Normal: constant speed change
    • Curve: speed ramps (slow → fast or vice versa)
  4. 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

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 setpts and atempo filters
  • For smooth slow motion: shoot at higher frame rate (60, 120, 240 fps)
  • Audio handling: most tools auto-correct pitch