Forum Replies Created

  • Whoever comes here to find an answer: I just found it.

    a=thisComp.layer("comp_containing_my_clip").timeRemap;
    a2=thisComp.layer("comp_containing_my_clip").source.layer("myclip.mp4").timeRemap.valueAtTime(a);

    //give out seconds
    timeToTimecode(t = a2, timecodeBase = 60, isDuration = false);

  • I tried to make a graphic, I don’t know if my former explanation was sufficient…

    I am trying to get the timestamp of my clip after time-remapping it twice.

    With the code that I posted earlier I only get the timestamp that it has in Comp A, but not the one in the topmost layer, Comp B.

    I don’t get why my valueAtTime() doesn’t make any difference!
    Can somebody point me in the right direction?

  • By doing this I get the values of the nested, time-remapped clip, but not the time-code of the clip inside the time-remapped comp… You know what I mean?

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