running in reverse

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
dowhatnow
Joined: Thu Nov 14, 2002 6:24 pm
Location: Nowhere of interest
Org Profile

running in reverse

Post by dowhatnow » Sat Oct 21, 2006 7:26 am

I got to looking through some AMVs I've downloaded recently and in the past, and I noticed something. Some of the scenes used run backwards, and some are flipped horizontally and run forward, backward, or both.

I'm just curious about how this is done. Seems like it would come in handy for some of the videos I have in mind.

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sat Oct 21, 2006 8:02 am

set the speed to -100 and set the field option to deinterlace video under 100.
theres an effect to flip it vertically or horizontally. it's in the same area as camera view and image pan
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
dowhatnow
Joined: Thu Nov 14, 2002 6:24 pm
Location: Nowhere of interest
Org Profile

Post by dowhatnow » Sat Oct 21, 2006 8:33 am

That went right over my head.

I take it you mean in VDubMod, correct?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Sat Oct 21, 2006 10:11 am

jonnkakarotto wrote:That went right over my head.

I take it you mean in VDubMod, correct?
Nope, Adobe Premiere 6.5 or older. (But don't deinterlace video under 100% if you're working progressive.)

You can do the same thing in Adobe Premiere Pro, except there's no Deinterlace option, and you should uncheck "Frame Blend Speed Changes" in the field options.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Melanchthon
Joined: Thu Sep 02, 2004 11:12 am
Org Profile

Post by Melanchthon » Sat Oct 21, 2006 4:36 pm

I don't think VDubMod has any internal 'reverse' filters, but AviSynth does. All you need to do is add Reverse() to your script, and use the Trim command if it's only part of the clip you want reversed.

User avatar
dowhatnow
Joined: Thu Nov 14, 2002 6:24 pm
Location: Nowhere of interest
Org Profile

Post by dowhatnow » Sun Oct 22, 2006 9:09 pm

Scintilla wrote:
jonnkakarotto wrote:That went right over my head.

I take it you mean in VDubMod, correct?
Nope, Adobe Premiere 6.5 or older. (But don't deinterlace video under 100% if you're working progressive.)

You can do the same thing in Adobe Premiere Pro, except there's no Deinterlace option, and you should uncheck "Frame Blend Speed Changes" in the field options.
So, I could do this in Premiere 6.0 (Which is what I have) OR using AVISynth.

The AVISynth script should look like:

MPEG2Source(filepath)
Reverse()
Trim(x,y)
otherfilters()

Where x and y mark in and out frames, correct?

Now, how is that done in Premiere?

User avatar
Warpwind
Joined: Mon Oct 07, 2002 4:19 am
Location: middle of the desert
Contact:
Org Profile

Post by Warpwind » Sun Oct 22, 2006 10:04 pm

-right click on track
-select speed
-type in -100 or check reverse speed

note - I'm doing this from memory been a while since I've used version 6

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sun Oct 22, 2006 10:31 pm

doing so will interlaace your footage. so then refer to my previous post to remove interlacing
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

Locked

Return to “Video Software Help Archive”