Virtualdub reverse video?

Virtualdub reverse video?

How to reverse a video in Virtualdub?

You need two programs, VirtualDubMod (free) and Avisynth (also free).

Steps on how to reverse a video with Virtualdub

1. Install both programs mentioned.

2. Open notepad, copy / paste this code and save it as video.asv.
This is the code:
DirectShowSource(“C:\video.avi”)
Reverse()

Replace the path and the title for “video.avi” into the right values, how you want your video to be named, and pick where it is located on your hard drive.


3. Open VirtualDub and click on open video, video.asv.
If you get any errors when trying to open the video, install any required codecs, google the error and install the codecs.

4. From VirtualDub, save the video as AVI or other format.

Your video will be generated in reverse.
The downside is that a full one hour and a half movie will take hours and hours to process.
Unless you have a very powerful modern computer.

I have tried to make a reverse format for “The Shining” movie (Stanley Kubrick) but I had to quit early because it was taking around a day to process.

However, if you want to reverse just a small video of about 5-10 minutes, it should be much faster, maybe around an hour at most.

Add a comment: