How to cross-fade videos?

0

I need a tool that allowed me to make smooth transitions between videos. Windows Movie Maker doesn't allow that as far as I know.

Jader Dias

Posted 2011-03-27T16:01:00.770

Reputation: 13 660

Answers

2

I use AviSynth (but that is not interactive, programmer oriented). Anyway, Movie Maker allows fading, I believe.

leonbloy

Posted 2011-03-27T16:01:00.770

Reputation: 603

Since you posted here I'm learning AviSynth. It's seems a bit difficult to crossfade. I think I will have to: 1) Cut both clips in 2 pieces, 2) fade one piece of each clip, 3) layer the faded pieces together and 4) concatenate the 3 resulting clips. – Jader Dias – 2011-04-10T16:37:23.507

Do you know where can I find AviSynth help forums? Doom9 requires 5 days of registration before posting. – Jader Dias – 2011-04-10T16:37:57.640

1

It's more simple, look the Dissolve function http://avisynth.org/mediawiki/Dissolve

– leonbloy – 2011-04-10T23:54:55.443

1

You can do cross-fades with Windows Movie Maker.

In timeline mode drag the following clip onto the previous clip to make a cross-fade between them. The further you drag it the smoother the transition is.

Mr Alpha

Posted 2011-03-27T16:01:00.770

Reputation: 6 391

It seems very limited and counter intuitive in the latest version. – Jader Dias – 2011-03-27T18:07:22.427

1

In Adobe After Effects CS5 it's pretty easy.

  1. Put video 1 in a layer of your composition
  2. Put video 2 in a layer below that
  3. Expand video 1 layer details
  4. Click in the stopwatch symbol right next the Opacity setting
  5. Set the opacity to 100% for a given point in time
  6. Select another point in time
  7. Set the opacity to 0%

You can do the same to audio. Use 0 db instead of 100% and -40db instead of 0%

Jader Dias

Posted 2011-03-27T16:01:00.770

Reputation: 13 660