-
Possible AE glitch, Possibly just not doing it right (inPoint,outPoint of layer)
I have a comp 30 seconds long.
I have a layer using the expression. This is timeRemapped and works fine. It’s just a precomp that is to start at the end of the layer above it.
L = thisComp.layer(index-1);
timeRemap.valueAtTime(time – L.outPoint);I have a movie file that sits above this. This works, fine.
If I drag and drop a new item above this layer. This also work fine.
If I replace footage of the movie file, it doesn’t work. It seems to think the original is still it’s outPoint or if it’s longer (It will set it for longer and stick to this), but if the clip is shorter then it won’t work.
Is there anyway to timeRemap a layer to start at the outPoint of a layer that you are going to be replacing the footage outside of after effects and when it replaces it, it can rework out the outPoint?
Can’t find anything to suggest if this is a glitch or if it’s just something the software struggles with.