I am trying to create a quicktime H.264 movie that will play sections of the movie in a different order each time it is played. For example, if the movie shows five clips of time lapse flowers growing out to the dirt, I want to stop the clip 1 from always starting the movie off. Is there any way to do this with apple script?
I’ve never tried this. What do you have sofar?
tell application "QuickTime Player"
set current time of movie of window 1 to x
end tell
x takes an integer as well as a name, so I guess you could work with chapters.