How Reverse video works
Video reverse plays a clip backwards, picture and sound, using ffmpeg's reverse and areverse filters entirely inside your browser. There are no settings: drop a file and the whole clip plays end to start, with the audio reversed sample by sample to match.
Reversing cannot stream: ffmpeg has to decode and hold every frame in memory before it can play them back to front. Decoded video is dramatically larger than the compressed file (a single decoded 720p frame is roughly 1.3 MB, so a few seconds of source can occupy tens of megabytes of raw frames at once), which is why the accepted input size here is much smaller than the other video tools: 50 MB, a deliberately strict ceiling to avoid running the browser tab out of memory.