Here's how to reverse video.

General discussions and questions about MULTIQUENCE
Post Reply
tgw
Posts: 3
Joined: Sun Jan 30, 2005 12:38 am

Here's how to reverse video.

Post by tgw »

Download & install the free tool AviSynth2.
Create a text file in the AviSynth folder, give it an ".avs" extension.
In that file, put the line;

Reverse(AVISource("...full path to video file"))
For example;
Reverse(AVISource("d:\KidsJumpingInPool.avi"))

Double click on the file and poof, it's done. If Windows doesn't know what to do with that file's extension, tell it to run it with AviSynth2.
omega29
Posts: 1
Joined: Mon Oct 31, 2011 7:14 pm

Re: Here's how to reverse video.

Post by omega29 »

"If Windows doesn't know what to do with that file's extension, tell it to run it with AviSynth2." How do you do this? AviSynth2 does not appear as an available program in the Windows "Choose program" box, nor is there an AviSynth2.exe in the AviSynth2 folder.
Post Reply