Slow Motion

Slow Motion Video Maker — Fastest Free

QUICK ANSWER

The fastest free slow motion video maker. Slow any clip to 0.75x, 0.5x, or 0.25x with pitch-corrected audio (no chipmunk-in-reverse drone) using native ffmpeg on our server. Works across MP4, MOV, WebM, and MKV. No signup, no watermark.

  • Native ffmpeg pipeline
  • Pitch-corrected audio
  • 0.75x / 0.5x / 0.25x presets
  • Works across MP4/MOV/WebM/MKV
  • No watermark, no signup
  • Up to 500 MB

Files are deleted from our server within 24 hours.

Clipy

Editing clips just to share them?

4,000+ people record and share with Clipy — free forever, no watermark.

  • Record, trim, and share in one tab
  • Instant link the moment you stop
  • Agent-readable links: AI summary, key moments, transcript
  • Free forever — no watermark, no install
Yes, record & share free

No credit card. Viewers never need an account.

Why this tool exists

  • Files upload to the nearest Backblaze B2 POP via presigned URL.
  • Native ffmpeg on the server. No watermark, no signup, no length cap.
  • Source and output are deleted within 24 hours.
80+ conversions and counting
Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark.

Why this is fast

Native ffmpeg on a real server is roughly 4–8x faster than browser-WASM ffmpeg for the same job — it has real SIMD, threading, and disk I/O. Uploads land at the nearest Backblaze B2 point of presence via a presigned URL (a viewer in São Paulo is not pushing bytes through US-east), the slow-motion pass runs server-side, and the finished MP4 is delivered through Bunny CDN from the same edge. A typical two-minute screen recording finishes in seconds.

What this tool does, exactly

We push each frame's presentation timestamp through setpts=(1/speed)*PTS and time-stretch the audio with a chained atempo filter (chained because a single atempo only accepts 0.5–2.0, so 0.25x becomes atempo=0.5,atempo=0.5). Video re-encodes with libx264 at CRF 22, audio is AAC at 160 kbps, and the output MP4 carries +faststart for immediate playback. No frame interpolation — we never invent frames the camera did not capture.

When to reach for 0.75x vs 0.25x

0.75x is the gentle setting — it takes the edge off a rushed demo or a fast-talking presenter while still feeling natural to watch. 0.5x is the sweet spot for study and transcription: comfortably slow, audio still perfectly intelligible. 0.25x is for the moments you genuinely need to dissect frame by frame — a UI animation, a hand movement, a sleight-of-hand reveal. The output file gets longer (and a touch larger) the more you slow it, since the same pixels now occupy more seconds, so trim to the segment you care about before exporting if you can.

Sister tools

Need the opposite direction? Video speed controller covers 0.25x to 4x in one slider. Reverse the clip too? Reverse video. Cut down to just the slowed section? Video cutter. Drop the audio entirely for a silent study loop? Mute video. If you would rather let viewers control playback, Clipy is a free screen recorder with a hosted player and built-in speed control.

Common questions

Does slowing the video make the audio sound deep and distorted?

No. We re-time the audio with ffmpeg's atempo filter, which preserves pitch. A 0.5x clip plays back at half speed but the voice keeps the same tone — it just speaks slower. That is the difference between this and a naive slow-down that drops pitch into a chipmunk-in-reverse drone.

Is this true slow motion like a 240 fps camera?

No, and it is worth being honest about it. We stretch the frames you already have over a longer timeline with setpts, we do not synthesize new in-between frames. For talking-head, screen, and slide content the result looks great; for fast sports action you want footage originally shot at 120 or 240 fps.

How slow can I go?

Three presets: 0.75x, 0.5x (the default), and 0.25x. At 0.25x the clip plays back four times longer than the original. Going slower tends to make motion look too steppy unless the source was a high-frame-rate recording in the first place.

What is the maximum file size and which formats work?

Up to 500 MB, and it accepts .mp4, .mov, .webm, and .mkv. Output is always a clean MP4 with H.264 + AAC so the result plays in any modern player, editor, or social uploader.

Why is the output file bigger than the input?

Slow-motion stretches the same pixels over more seconds, so the encoder has more frames to write out at the same per-frame quality. A 60-second source at 0.25x becomes a 240-second output, and the file grows roughly proportionally. Trim to the segment you care about before exporting if you can.

What happens to my file after the conversion?

The source uploads to the nearest Backblaze B2 point of presence via a presigned URL, native ffmpeg runs the slow-motion pass on our server, the output is delivered through Bunny CDN, and both the input and the output are deleted within 24 hours.

Tool not working the way you expect?

Tell us what broke — we resolve every feedback within 24 hours.

Send feedback →

More free tools

Doing this for an AI workflow?

Clipy recordings are agent-readable out of the box — one link carries the video, keyframes, and transcript.

Clipy for AI agents