You'll need to use AviSynth to get reversed video out of VDM.
- Code: Select all
AVISource("C:\path\your_video.avi")
Reverse()
Where
path is the location of your original (forward) video clip and
your_video.avi is the name of the original video.
Depending on the video you import into VDM, instead of AVISource, you may have to use DirectShowSource, MPEG2Source, or FFmpegSource for better results.