Video Reverser

FFmpeg Powered

Reverse video playback

Drag & drop files here, or click to select

Supports MP4, WebM, AVI, MOV, MKV and other common formats
时长: -
Settings
Reverse Complete
Download Result
How to Use
  1. Click the area above to select a file, or drag and drop a file onto the page
  2. Adjust parameters in the settings area
  3. Click the process button and download the result when ready
Frequently Asked Questions

Depends on video length and resolution. Re-encoding is required, so it takes longer.

Audio is reversed by default. You can disable this in settings.

It may change slightly since re-encoding uses different compression efficiency.
How It Works

The Video Reverser uses FFmpeg WebAssembly with the reverse filter, which reads the entire video into memory and outputs frames in reverse order. The filter reverses both the video frame sequence and the audio sample sequence.

The process works in three stages: First, all frames are decoded and stored in a memory buffer (this is why large files may be slow). Second, the frames are output in reverse order — the last frame becomes frame 0, and the first frame becomes the final frame. Third, the audio is reversed by reversing the PCM sample order within each audio packet.

Because the entire file must be decoded and re-encoded, reversing is more resource-intensive than other operations. The WebAssembly runtime allocates frame buffers in shared memory and processes them on a dedicated Web Worker thread. Output is written to a new MP4/WebM file with properly reversed timestamps.

Tips & Best Practices
  • Trim first, then reverse: Reversing an entire long video is slow. Trim to the interesting segment first, then reverse for much faster processing.
  • Disable audio reversal if you want to keep original audio — reversed speech is unintelligible but creates interesting effects for music.
  • Expect longer processing times: Reversing is the most memory-intensive operation. Ensure you have sufficient free RAM.
  • Create creative effects: Combine reversed video with normal-speed audio for surreal visual effects popular in music videos.
  • For short clips: Reversal works best on clips under 30 seconds. Longer clips may cause browser memory warnings.
  • Use for visual effects: Reverse a video of water flowing upward or objects returning to their original position for dramatic effect.
Use Cases

Music video producers creating rewind effects and reverse-motion sequences for artistic visual storytelling.

Social media creators making viral reverse content where objects appear to fly into hands or liquids flow upward. Sports analysts reversing replays to study a play from end to beginning. Artists creating surreal visual content for installations or social media. Educational content creators showing chemical reactions or natural processes in reverse for engaging demonstrations. Film editors producing flashback sequences with reversed footage.