Hi All,
I've got a composition that I want to render and send out to a large number of people (around 1000) as a video file. One element of this composition includes an image depicting the viewer. I have all of images of each person, and I was wondering whether or not I could set AE to render out 1000 copies of the composition, substituting the generic image for the image of each viewer in turn. I'd also like to be able to change the contents of a text layer to include the name of that viewer (I've got that in a CSV at the moment). Is this possible? The exponential increase in processing time is not an issue for my purposes; in fact, doing it this way would mean a dramatic decrease in time spent on another part of the project.
EDIT: I've just realised I could use Javascript to call from an array of names for the text, but how would I get the array index to iterate each time it's exported?
Thanks in advance!