temp.setBounds(movies.get(i).getBounds());
for (int j = 0; j < (i + 1); j++)
{
if (Thread.interrupted())
{
throw new SchemeException(new Pair(), null, null);
} // if (Thread.interrupted())
Track video = mov.getIndTrackType(1, StdQTConstants.videoMediaType,
StdQTConstants.movieTrackMediaType);
Track newTrack = MovieUtils.addVideoTrack(video, temp);
Matrix mat = new Matrix();