Video Speed

Video Speed Controller — Speed Up or Slow Down a Video

Pick a multiplier between 0.25× and 4×. We re-time the video and pitch-correct the audio so voices sound natural at any speed. The new MP4 downloads from your browser without ever uploading.

  • No upload
  • No signup
  • No watermark
  • Pitch-corrected audio
  • 0.25× to 4×

Files never leave your browser. The conversion runs locally on your device.

Why pitch correction matters

The naive way to speed up a video is to play frames faster, which also pitches the audio up — that is the chipmunk effect. Naive slow-motion has the opposite problem: the audio drops into a Darth-Vader register. We use FFmpeg's atempo filter, which decouples speed from pitch. Voices stay at the same frequency, words just arrive sooner or later. The result sounds like a normal podcast running at 1.5×, not a cartoon.

When you would actually use this

Three common cases: trimming a long meeting recording down to half-length so a teammate can speed-watch the highlights; compressing a 5-minute walkthrough into 2 minutes for a tighter doc embed; or slowing a UI demo to 0.5× so a viewer can see exactly which button you clicked. Speed-up is the more common request — most screen recordings are over-padded and a 1.5× export is more watchable than the original.

Speed in the player vs speed in the file

Most video players let viewers change playback speed on the fly. If you control the playback surface, that is almost always the right answer — the file stays small and viewers pick their own pace. You only need this tool when the destination does not have a speed control: a Slack inline player, a CMS embed without UI, an email attachment, or a file someone will scrub through frame-by-frame.

Recording at the right pace from the start

If you record on Clipy, the player has built-in speed controls (0.5×, 1×, 1.25×, 1.5×, 2×). Viewers can pick their own pace and the original file stays compact. This tool is for the cases where you need a permanent change baked into the file itself.

Common questions

Why does the audio sound natural at 2× speed?

We use FFmpeg's atempo filter, which time-stretches audio without shifting pitch. Same algorithm podcast apps use for their 1.5× / 2× modes. The result is shorter audio at the same vocal frequencies — not a chipmunk.

Can I speed up beyond 4×?

Practically not useful — at 4× a 1-hour video is still 15 minutes and most content gets unwatchable past that. If you need extreme speed-up, consider extracting key frames as a slideshow instead.

Will the video file get smaller at higher speeds?

Yes, roughly proportionally. A 1-hour 100 MB video at 2× will be about 50 MB at the same quality settings, because there are half as many frames to encode.

Does it work on .mov / .webm too?

Yes. We accept .mp4, .mov, and .webm as input and always output .mp4 with H.264.

Is the video uploaded to your server?

No. The conversion runs entirely in your browser via FFmpeg WebAssembly. Your file never reaches our servers.

More free tools