-
How to excerpt timecode data of nested, time-remapped clip?
Hey there!
I have a clip. That clip is time-remapped.
This remapped clip is nested in a precomp.
That precomp is put in my final comp and time-remapped again.Is there a possibility to get a CSV including the frames of my final comp and the timecode of my original clip?
I came up with this expression that I put on a text layer, which makes sense in my mind, but it won’t output anything, not even an expression error.
t = thisComp.layer("comp_containing_my_clip").source.layer("myclip.mp4").timeRemap;
valueAtTime(t);What am I not seeing here?
