Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Stop-Motion

  • David Bogie

    August 28, 2007 at 10:48 pm

    One of the things that give traditional stop motion work its personality and style is randomness. If you have shot live video and simply time remap it, it might be predictable to the point of being sterile.
    Eschew mediocrity in the pursuit of style: Introduce a few frames that are out of sequence, double-shot or misaligned.

    bogiesan

    This is my standard sigfile so do not take it personally: “For crying out loud, read the freakin’ manual.”

  • Kevin Camp

    August 29, 2007 at 2:13 pm

    true…

    you could modify dan’s expression for a random value:

    n = random(2,5);
    n * time

    i’m not sure if it needs to be a whole number. if it does:

    n = Math.round(random(2,5));
    n * time

    the numbers 2 and 5 are arbitrary… its just saying pick a number between 2 and 5, so set accordingly.

    Kevin Camp
    Designer – KCPQ, KMYQ & KRCW

  • Daniel Elder

    August 29, 2007 at 3:27 pm

    That’s a great way to randomized this effect, cool I’m excited to give this a try.

    Daniel Elder
    Associate Producer
    http://www.luminair.com

  • Johan Edstrom

    August 29, 2007 at 6:59 pm

    If you want it to look like stop-motion (like in the clip you refer to) you should shoot it as stop motion. That’s the whole point. Of course you could time remap and wiggle your footage in an endless amount of ways but it’s never going to look arty and cool like real stop-motion.

  • Daniel Elder

    August 29, 2007 at 7:41 pm

    I understand that, but sometimes you don’t have that luxury, or at least I don’t in this case, so I have to make do with real footage and make it as close and artsy as I possibly can. I think the advice given here is great advice for those who need to fake it like I’m doing

    Daniel Elder
    Associate Producer
    http://www.luminair.com

  • David Del

    September 19, 2007 at 12:54 am

    I have tried the expression :
    n = 3;
    n*time

    It just seems to speed up the clip…

Page 2 of 2

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