I have a video that I need to be created, but it will vary in length each time. It is made up of the same template. So sometime it will include the template 3 times and others it might be 4 or 5 times. I know I can stitch it together with ffmpeg easily enough.
I was wondering if there is a way to pass dataclay all of these files at once, or will i have to call them individually. I was hoping to avoid the time it would take to start/stop after effects in between each file (i am doing this via commandline calls btw).
Any information would be highly appreciated.