I've made a clip using Virtualdub. Is there any way that I can reverse the video? I want the video to play backwards when people watch it.
+ Reply to Thread
Results 1 to 7 of 7
-
-
I don't think there is a way in vdub alone... weird.
If you're adverse to using avisynth, old versions of avidemux have a reverse filter (I think it got removed in 2.6 versions, but 2.5 versions have it. Videohelp archives old versions)
https://www.videohelp.com/tools/AviDemux/old-versions#download -
It doesn't surprise me that there's no reverse filter in VirtualDub -- since it's based on VFW's first-in-first-out processing. I suppose you could do a zillion cut/paste operations. Cut a frame off the end, paste (insert) it at frame 0. Cut a frame off the end, paste it at frame 1, cut a frame off the end, paste it at frame 2, etc.
But really, what's easier than this in AviSynth?
Code:AviSource("filename.avi") Reverse()
-
Open the file in VirtualDub and export to a folder as an image sequence (blank name and set the number of digits to cover the number of frames).
Reverse the order listed in the folder by clicking 'Name'.
Select all of them and change the name of the image that is now top of the list to 1, then reverse the order again and load them into VirtualDub.
Set the frame rate to the original value and recompress.