Start, Endtime and PlayEveryFrame Attributes
QT_WriteOBJECT('mov/northamerica-timelapse.mov','320','256','',
'controller','true',
'autoplay','true',
'starttime','00:00:08:00',
'endtime','00:00:16:00',
'playeveryframe','true'
);
Starttime and Endtime Attributes Explained
- Use the 'starttime','HH:MM:SS:FF' to set the first frame of the movie that will play.
- Use the 'endtime','HH:MM:SS:FF' to set the last frame of the movie that will play.
- Use 'playeveryframe','true' to play every frame of the movie even if it is necessary to play at a slower rate to do so.
Note: To use this with streaming movies, can either use extended attributes as explained
here,
or use a SMIL wrapper for your movie as explained
here.