Forum Replies Created

Page 1 of 9
  • Caleb Armstrong

    February 18, 2010 at 10:06 pm in reply to: Weird Frame Rate Issue

    Heh. . .I thought it was more akin to the “We had the intern do it” shuffle.

    point9@gmail.com

  • Caleb Armstrong

    February 18, 2010 at 9:05 pm in reply to: Weird Frame Rate Issue

    Thanks for the quick reply, Dave. I was able to get in touch with somebody who had a bit more of a clue as to what was going on in the clip. I was told that when it was edited it was, indeed, assembled in final cut and that the animation was built in 30fps and that the footage was 24p. They’re looking to see if they can find the archive of the original assets so that I can take a look at everything. I kind of chided the guy I spoke to about why I wasn’t given all the assets in the first place and he muttered something about me not needing them and how much money they were willing to pay, etc. Regardless, I was able to get a little bit more information out of this guy.

    Now, the MOV file that I was given plays fine in QT – everything looks smooth. When I render out of AE, that’s when the issues come into play. I say “frame rate issues” because of the choppy nature of the footage after I’ve output the clip; people’s movements aren’t smooth, camera movements are choppy, etc. I’m certain that it could be any one of a hundred other things, but I was kind of shooting from the hip since, at one frame rate the animation played fine but the live action stuff was choppy and vice versa. But, again the frame rate thing tends to confuse me a bit, so it’s likely that I’m just not grasping something basic.

    cheers

    point9@gmail.com

  • Caleb Armstrong

    December 14, 2009 at 6:24 pm in reply to: Randomize Layer Order

    Odd. I’m using Firefox and those characters aren’t getting picked up. I fired up Safari and was able to see the full code.

    Now it works great. Awesome. Thank you so much!

    point9@gmail.com

  • Caleb Armstrong

    December 14, 2009 at 6:01 pm in reply to: Randomize Layer Order

    This is what I have:

    {
    var myComp = app.project.activeItem;
    var n = myComp.numLayers;
    var myLayers = [];
    var myIdx = [];
    for (var i = 1; i
    myIdx[i-1] = i;
    myLayers[i-1] = myComp.layer(i);
    }

    var idx;
    var temp;
    for (var i = 0; i
    idx = i + Math.floor(Math.random()*(myIdx.length – i));
    temp = myIdx[i];
    myIdx[i] = myIdx[idx];
    myIdx[idx] = temp;
    }
    for (var i = 0; i
    myLayers[myIdx[i]-1].moveToBeginning();
    }
    }

    As I mentioned, this is my first experiment in trying to use a script, so I’m sure that I’m not implementing it correctly but I figured I’d ask about the script first.

    Thanks again.

    point9@gmail.com

  • Caleb Armstrong

    December 14, 2009 at 4:35 pm in reply to: Randomize Layer Order

    This is my first experience with scripts. I have over one hundred photos that I’m making into a slideshow for a client. I am using CS4. I tried using the above script but am not having luck with it. I am getting an “Expected: ;” error and when I debug in the javascript editor it tells me that the error(s) start on line 7 myIdx[i-1] = i;

    Will this script run in CS4? If not, how can I alter it so that it will?

    Thanks for the help.

    cheers.

    point9@gmail.com

  • Caleb Armstrong

    April 10, 2009 at 12:56 am in reply to: Moving FCP Project Files

    Thanks for the advice guys. I really appreciate it!

    point9@gmail.com

  • Caleb Armstrong

    February 27, 2009 at 8:43 pm in reply to: Distance

    Thanks for the info Bob!

    point9@gmail.com

  • Caleb Armstrong

    January 6, 2009 at 3:31 pm in reply to: Text to Particles

    Thanks for the advice, Joe.

    I ended up doing this exact thing. I remapped the speed a bit so that the dissolve wasn’t as noticeable.

    Thanks again, I really appreciate the input!

    point9@gmail.com

  • Caleb Armstrong

    December 10, 2008 at 2:00 pm in reply to: Very new to AE please help!

    QFT

    Ramen.

    point9@gmail.com

  • Caleb Armstrong

    December 9, 2008 at 8:04 pm in reply to: Multiple Frame Rates

    Thanks for the reply, Walt.

    I played around with it some more re-edited the one sequence and everything seemed to match fine.

    Thanks again.

    point9@gmail.com

Page 1 of 9

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