-
Burning Timecode | Duration-Expression | Framecounts(Start from 0000)
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