by shiro_clanclan » Mon Jul 03, 2006 8:26 am
Okay, here's the way I'd do it.
Got VirtualDubMod? Go to the Open File dialog, but in the drop-box in the bottom-left, select DirectShowSource (or AVISynth Source if it's an AVI file, doesn't really matter 'cause either would work), then open the clip you want to play backwards. Once it's loaded, close VirtualDubMod.
You'll notice that there'll be a .avs file with the same name as your clip now. Open that in notepad and add the line listed above, "Reverse()"
Now open that script in VirtualDubMod. It'll be the clip, played backwards. All that's left is to encode it however you want (recommend h264 for ease) and save as like, "Clip1Reversed.avi."
Hopefully that helps some.