Forum Replies Created

Page 23 of 49
  • Sam Moulton

    October 27, 2006 at 11:24 pm in reply to: Delivering a job in NTSC & PAL.

    id make your projects pal then have a post house convert them to ntsc. scaling down is always better

  • Sam Moulton

    October 27, 2006 at 11:22 pm in reply to: shine

    you can use alpha, alpha edges, or other channels to generate the shine. each of these will give a different look. You can also change the transfer mode. these options have always been sufficient for me.

  • Sam Moulton

    October 27, 2006 at 10:49 pm in reply to: Delivering a job in NTSC & PAL.

    a dub from a good machine costs about 50 bucks and always looks great. I think it’s the most efficient and best looking way to from ntsc to pal or pal to ntsc. you can do the job in ae, but it takes some testing, some levels and color work which is seldom mentioned, and some fussing with the interlacing. i’d rather spend the 50

  • Sam Moulton

    October 27, 2006 at 10:46 pm in reply to: converting HD to SD anamorphic

    you must use care when scaling a layer to fit the comp and make sure the x and y scale values are equal. I always use ctrl/cmnd + alt/option + h instead of F so that the scaled layer fits horizontally and the pixel aspect ratio is maintained.

  • If you’re shooting white porcelain it is going to reflect green from everything and will be a mess. there is just too much gloss.

    I was given a greenscreen shot of a white toaster oven to try and key out. we had to re-shoot.

  • Sam Moulton

    October 20, 2006 at 5:46 pm in reply to: Count from 0 to a billion

    did you add the expression sliders?

  • Sam Moulton

    October 20, 2006 at 5:46 pm in reply to: Count from 0 to a billion

    did you add the expression sliders?

  • Sam Moulton

    October 20, 2006 at 4:46 pm in reply to: Count from 0 to a billion

    I left off some instructions.

    there are two sliders
    one renamed value
    one renamed multiplier

    Animate the value slider and or the multiplier. If you want 3 commas you’ll have to add some more code.

  • Sam Moulton

    October 20, 2006 at 4:46 pm in reply to: Count from 0 to a billion

    I left off some instructions.

    there are two sliders
    one renamed value
    one renamed multiplier

    Animate the value slider and or the multiplier. If you want 3 commas you’ll have to add some more code.

  • Sam Moulton

    October 20, 2006 at 4:43 pm in reply to: Count from 0 to a billion

    copy and paste the expression below to a source text layer with an expression slider added.

    Found this on the web. can’t remember who I got it from.

    s = effect(“value”)(“Slider”);
    m = effect(“multiplier”)(“Slider”); //use for numbers greater than 1 million
    v = s*m; //value of counter

    function digits(Val, Digits)
    {var n = Val.toString();

Page 23 of 49

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