Forum Replies Created

  • Justin Young

    February 29, 2012 at 4:50 am in reply to: h.264 – mp4 vs mov

    That’s good advice. Thanks.

  • Justin Young

    February 22, 2012 at 9:20 pm in reply to: h.264 – mp4 vs mov

    Well for this particular project I’m delivering as h.264 which is why I asked specifically about that…..

    The first part is simply a technical question, shouldn’t matter what I’m expected to deliver…I’m just trying to figure out what the difference is between using the quicktime module to output h264 vs using the h264 output module.

    And the second part of the question was more a general “what’s gonna give me a high quality with no color banding etc”

  • Justin Young

    January 14, 2012 at 2:35 am in reply to: expression control time remap

    I’ll try and explain what I’m doing.

    The guys legs are supposed to grow over time during his walk cycle….so.

    container>walkCycle>legGrowthAnimation

    walkCycle is timeremapped to loop. This is also where the slide control is but change the slide control value from 0 to 100, the legGrowthAnimation isn’t progressing. It just stays stuck on the first frame.

  • Justin Young

    June 1, 2010 at 1:38 pm in reply to: film grain assets

    tried both and neither worked correctly.

  • Justin Young

    May 26, 2010 at 3:14 pm in reply to: counting expression

    I actually got it working now. The semi colon at the end was screwing it up.

    beginTime = 0;
    endTime = 2;
    startVal = 100;
    endVal = parseInt(comp(“INFO”).layer(“showNumber”).text.sourceText)
    Math.round(linear(time,beginTime,endTime,startVal,endVal))

  • Justin Young

    May 26, 2010 at 1:29 pm in reply to: counting expression

    no dice, I tried it but it didn’t work.

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