-
Set layer in and out point based on layer name
I need to feed after effects with images, the name of the image is in this format: 1-00-04.jpg
The script must take all images in a project and build a composition using three rules:
1. The first number means the layer number.
2. The second set of numbers means the image position in the timeline. 00-04 means that image must start at 00 minutes 04 seconds.
3. Each layer ends where the next one begins.Is this a difficult script to write ? Can someone guide me on how to approach this? I’m totally lost.