On Jan 21, 2008, at 2:38 PM, Jim Sims wrote:
tell application "QuickTime Player"
open my_track
set my_movie to first movie
set ts to time scale of my_movie
set current time of my_movie to my_seconds * ts
set rate of my_movie to 1.5 -- starts playing
end tell
tells QuickTime Player to start playing at 1.5 times the speed.
Note that the pitch is unaffected -- only the playback rate changes.
For this to work a special flag must be set when the hosting
application opens the QuickTime movie. Revolution does not set that
flag when it opens QuickTime movies so AFAIK you cannot get playback
without pitch shift.
Regards,
--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com - www.screensteps.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution