-
Expression to stop rendering when there are no pixels in the composition
Scenario: Text crawler
I am dynamically passing a string to a text layer which is crawling at below speedrate = 2; //value in px/sec.
value – [rate*timeToFrames(time),1]This text layer is placed inside a comp named RenderComp which I will render as TGA using Media Encoder.
Requirement:
The standard duration of RenderComp is set to 5 minutes. Is there a way to dynamically set the timing of the composition based on the string length, so that it does not render blank frames when the string is shorter.rate = 2; //value in px/sec.
value - [rate*timeToFrames(time),1]