Im sorry for asking because I know there is probably a very simple way to do this... but I have yet to figure it out. I have a scene and I wanted to play it in reverse sort of like a rewind thing, im not sure how to phrase it. I use WMM so I posted here but even if there was some other program or something I could use to do it I woulnt mind. Thanks for reading
~Mandi
Reverse?
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
- BurningLeaves
- Joined: Thu Mar 15, 2007 7:10 pm
- Location: New York
- Cornwiggle
- Joined: Sat May 10, 2003 2:59 pm
- Location: Lost Ground
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
I think it's an internal filter, so if you have AviSynth you don't have to download anything extra. The code would read as follows:Burningleaves09 wrote:ill start looking into that thank you very much!
Code: Select all
avisource("pathtovideo.avi")
reverse()
- BurningLeaves
- Joined: Thu Mar 15, 2007 7:10 pm
- Location: New York
[quote="CrackTheSky"
[/quote]
thank you very much for the code iv used virualdub before so I should be able to use this thanks for all your help!
Code: Select all
avisource("pathtovideo.avi")
reverse()
thank you very much for the code iv used virualdub before so I should be able to use this thanks for all your help!