-
How to assemble an output movie from pieces
Through scripting, we need to “assemble” if you will, our movie to be rendered. So in case #1, the movie should be segments 1, 2, and 3, in case #2, the movie is segments 1 and 3. In either case, the output is my_movie.mp4. What are ideas on how to do this? Our production process requires that this be done from scripting, so we don’t have to open up a project and do it manually.
Would we do it “additive” where we create a new comp and populate it with existing comps, and then it gets rendered so that they play sequentially? Is this possible?
Or should it be more “subtractive” where we have a big comp, (perhaps with segments on different layers), and we turn some layers off, and then squash the timeline to remove empty frames? I’m just guessing here, I’m open to other ideas. Any help appreciated!