Reverse

Reverse Video — Play Any Clip Backwards, Free Online

QUICK ANSWER

Drop a short clip and get it back playing in reverse — frames and audio both flipped. The whole thing runs in your browser, so nothing uploads, there is no signup, and there is no watermark. It is the fastest path from a forward clip to a clean rewind effect.

  • Nothing uploads
  • No signup
  • No watermark
  • Audio reversed too
  • Best for short clips

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

Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark, no length cap.

Why reversing eats memory

Reversing a video is not like trimming or transcoding. To play frames backwards, FFmpeg's reverse filter has to hold every decoded frame of the clip in memory at once, then emit them last-to-first. A few seconds of 1080p footage is hundreds of full-resolution frames sitting in RAM simultaneously. That is fine for short clips, but a 30-second 4K video can blow past what a browser tab is allowed to allocate. The honest rule of thumb: keep it under about 10 seconds and you will be smooth.

Good uses for a reversed clip

The reverse effect earns its keep in a few places. Satisfying loops — pour, then un-pour — are a staple of short-form social. Rewind gags work for product demos ("watch the bug un-happen"). And reversing a build-up shot can make a clean reveal. Because audio is reversed too, spoken clips turn into the classic backwards-talk effect, which is fun but rarely what you want for a real voiceover — mute the track first if you only need the visual rewind.

How to keep it fast

Two things make a reverse run quickly and reliably. First, trim before you reverse — grab only the seconds you actually want to flip rather than feeding in the whole recording. Second, downscale very large source files first; a 720p reverse is dramatically lighter on memory than a 4K one and looks identical on a phone. If a long clip is the goal, do the reverse on a desktop FFmpeg install where there is no browser memory ceiling.

From recording to reverse

Most reversed clips start life as a fresh recording — a quick screen capture or a phone video shot specifically for the effect. If you are recording the source in the first place, Clipy captures a clean, watermark-free clip you can trim down and drop straight into this tool — no signup, no upload round-trip.

Common questions

Why should I keep the clip short?

Reversing requires buffering every frame of the clip in memory before emitting them backwards. Short clips are fine, but long or high-resolution videos can exceed what a browser tab is allowed to allocate and fail. Roughly 10 seconds is a safe ceiling in the browser.

Does it reverse the audio too?

Yes. Both the video frames and the audio track are reversed, so a spoken clip becomes the classic backwards-talk effect. If you only want the visual rewind, mute or strip the audio before reversing.

What formats can I reverse?

MP4, MOV, and WebM go in; you always get an MP4 back. We re-encode to H.264/AAC so the output plays everywhere — that is also why a WebM source comes out as a standard MP4 rather than its original container.

Will the quality drop?

There is one re-encode pass at CRF 22, which is visually close to the source for most footage. It is not lossless — reversing fundamentally requires a re-encode — but the difference is hard to spot on typical short clips.

Is my video uploaded anywhere?

No. The entire reverse runs in your browser via FFmpeg compiled to WebAssembly. Your file never leaves your device — you can confirm it in the network tab.

More free tools