Windows Movie Maker doesn't have a "Play Clip Backwards" Effect on it. Can someone point me towards some free software that can reverse clips, please?
Thanks,
Duck
Printable View
Windows Movie Maker doesn't have a "Play Clip Backwards" Effect on it. Can someone point me towards some free software that can reverse clips, please?
Thanks,
Duck
download and install VirtualDub and AVIsynth
create an AVIsynth script
(just an ordinary text file, with a .avs extension)
and put either one of these in the file
If it's an AVI (Virtualdub can manipulate AVI's natively)
If it's any other DirectShow media file (Mpeg, WMV, etc. etc.)Code:Reverse(AVISource("C:\yourfile.avi"))
change the number at the end to match the video frame-rateCode:Reverse(DirectShowSource("C:\yourfile.wmv", 29.97))
Virtualdub will treat AVIsynth scripts as if they were videos
so you can "save" the script output to another file