Is it possible to edit a layer or composition to fit a media duration ?
Thanks in advance
In our case, we did that by using a .jsx file as an asset and change the startTime and outPoint of the layer in the code.
Maybe you can find more useful properties and methods here.
Ok, thanks will give that a test
@soundquiet that is actually a quite neat and elegant way of solving that issue! Never seen anything like that before. Very cool! 馃憤
Most helpful comment
In our case, we did that by using a
.jsxfile as an asset and change thestartTimeandoutPointof the layer in the code.Maybe you can find more useful properties and methods here.