Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Burning Timecode | Duration-Expression | Framecounts(Start from 0000)

Tagged: 

  • Burning Timecode | Duration-Expression | Framecounts(Start from 0000)

    Posted by Vipin Vishwakarma on February 7, 2022 at 8:16 am

    Hi,

    I am looking for 2 Expressions for Burning timecode, text layers.

    01. Duration of the Comp(in timecode format) -?

    The current duration of my comp is 0:00:08:10. I have given the expression thisComp.duration. But ii am getting as 8.4. I would like to get it as 0:00:08:10(Timecode format).

    02. Frame counts expression-?

    Currently my comp Start Frame is 03579.

    I have given the Expression – timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false)

    The Burning is coming as 3579(First Frame). I would like to get as 0000(first frame) to 209(last frame).

    Vipin

    Filip Vandueren replied 4 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • Filip Vandueren

    February 9, 2022 at 10:46 am

    Hi there,

    1: timeToTimecode(thisComp.duration);

    2: timeToFrames(time);

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