Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects mixing two movies

  • mixing two movies

    Posted by Bender on February 12, 2006 at 4:30 pm

    hi guys

    is it possible to mix two or more movies … at the end i wanna have

    movie1_frame1
    movie2_frame2
    movie1_frame3
    movie2_frame4

    and so and so on!

    anybody got a clue?

    thanks so much!
    best
    florian

    Ryan Hill replied 20 years, 3 months ago 4 Members · 6 Replies
  • 6 Replies
  • Chris Smith

    February 12, 2006 at 5:30 pm

    Put one layer on top of the other. On the top layer use your favorite method of making the opacity turn on and off every other frame. Like a simple expression.

    Or create a 2 frame comp. One frame is white, the other frame is black. Render this out and bring it back in. Set it to loop. Use it as a luma matte on the top layer.

    Chris Smith
    https://www.sugarfilmproduction.com

  • Mylenium

    February 12, 2006 at 5:31 pm

    Put them in one comp and animate the opacity of the top layer. create a simple cycle that covers 2 frames and then use a “loopOut(“cycle”,0) expression. Turn off interpolation on the keyframes. another option might be using the strobe effect on the top layer with the “make layer transparent” option.

    Mylenium

    [Pour Myl

  • Ryan Hill

    February 12, 2006 at 9:20 pm

    I would apply an expression to the opacity property of the top video. Something like:
    time%2

  • Ryan Hill

    February 12, 2006 at 9:21 pm

    Or, better,
    (time%2)*100

  • Bender

    February 12, 2006 at 9:45 pm

    thanks so much for your quick help…all of your recommendations worked great! but what if i want to mix 3 movies???

    i want to create a scribble effect, where each picture is a bit different from the other one…im sure you know what i mean!

    so far i discovered that i need at least 3 different movies…otherwise it looks toooo jumpy!

    cheers guys

  • Ryan Hill

    February 12, 2006 at 10:17 pm

    change to mod 3 instead of mod 2, and add a greater than

    First layer:
    (time%3>1)*100

    Second layer:
    (time%3>0)*100

    Also, if you want to reduce the frequency of the change, you can do something like this:
    ((time/2)%2>1)*100
    to divide the frequency in half.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy