Forum Replies Created

  • Kyle Norby

    April 29, 2009 at 7:15 pm in reply to: Dan-Expression for Counting

    Hello!

    I have a similar question regarding this expression. I would like to add a comma with this expression:

    //start

    val = effect(“Slider Control”)(“Slider”);
    numDec = 2; // digits to right of decimal
    numDigit = 0; // digits to left of decimal

    if (val < 1000000) sign = "" else sign = ""; s = Math.abs(val).toFixed(numDec); while (s.length < numDigit + numDec + 1) s = "0" + s; sign + s //end Thanks in advance!

  • Kyle Norby

    October 21, 2008 at 7:27 pm in reply to: HD audio problems

    I have this exact same problem, with DVCPRO HD (1080i60), Integer (Big Endian), Timecode.

    It clearly shows 2 channels by pressing CMD + J within quicktime, and the audio plays fine from QT and within AE’s project window, yet no audio preview / RAM preview / output with audio.

    I am completely stumped. AE CS3 really does not like the audio channels of this footage.

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