Page 1 of 1

Here's how to reverse video.

Posted: Sun Jan 30, 2005 1:03 am
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.

Re: Here's how to reverse video.

Posted: Mon Oct 31, 2011 7:22 pm
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.