Iterating Movies

jersmi's picture

Is it possible for each index of an iterated movie clip to have a different start time?

jersmi's picture
Re: Iterating Movies

Ps. I guess a more general question concerns how patch time can be manipulated within an iterator.

itsthejayj's picture
Re: Iterating Movies

I think your expecting something like this? However using the movie loader patch in an iterator used to be expensive (http://kineme.net/Discussion/DevelopingCompositions/Movieloaderiterator) I need to do some more tests but i think this problem still exists. If the movie/iterator problem is still present you should keep the movieloader outside of the iterator patch.

PreviewAttachmentSize
offset_iterator_patchtime.qtz10.93 KB

jersmi's picture
Re: Iterating Movies

Thanks for the comp. Looks like it answers the question, but I am concerned about having the movie loader in the iterator. I'll do some tests. Maybe it could suffice for some things but not others.