·4 min read

How to Play a Video Backwards (Reverse Any Clip)

Reversing a video creates a rewind effect where everything plays in reverse. Here is how it works, what happens to audio, and how to reverse any clip in your browser.

Reversing a video plays every frame in the opposite order. The last frame becomes the first, the first becomes the last, and everything in between plays backwards. The effect looks like rewinding a tape, where people walk backwards, water flows upward, and objects un-fall.

Why reverse a video?

Creative effects are the most popular use. Reversed footage of someone throwing an object looks like the object magically flying into their hand. Reversed water, smoke, or paint creates surreal visual effects that are popular on social media.

Reveal videos use reversal to build anticipation. Start with the final result, then reverse to show the messy beginning. This works well for art, cooking, and before-and-after transformations.

Analysis and review can benefit from reversed playback. Studying a sports move, dance step, or physical technique in reverse can reveal details that are hard to see at normal speed in the forward direction.

What happens to the audio?

Reversed audio sounds like gibberish in most cases. Speech becomes unintelligible, music becomes dissonant noise. For most creative uses, you have three options:

Keep the reversed audio if you want a deliberately strange or artistic sound. Some music videos use this technique intentionally.

Mute the audio entirely and add new audio afterward. This is the most common approach. Add music, a voiceover, or sound effects that match the reversed visuals.

Remove the audio track completely, leaving a silent video. This is ideal for social media where the video will play silently by default anyway.

Processing requirements

Reversing a video is more computationally demanding than most video operations because the tool must decode every frame, store them in memory, and write them out in reverse order. For long or high-resolution videos, this can require significant RAM and processing time.

Most browser-based tools set limits on file size and duration for reversal to keep processing manageable. The MediaBrew reverse tool supports clips up to 20 seconds and 30 MB, which covers most social media and creative use cases.

How to reverse a video in your browser

The MediaBrew reverse tool lets you upload a video clip and play it backwards. Choose whether to keep, reverse, or mute the audio. The reversed video is processed entirely in your browser using FFmpeg WebAssembly. No file leaves your device. No account needed, no watermark.

Try it yourself

Use the free MediaBrew Reverse Video tool - no account, no upload, runs in your browser.

Reverse Video

More guides