Re: scripting QuickTime player

2011-07-06 Thread Timothy Miller
It totally helped, Devin. Works great. Thanks a bunch. Tutorial appreciated. I didn't check the timescale property immediately. I guessed maybe 30 frames per second. Hahaha. By trial and error the ideal value turned out to be 6. Now I get it. Tim On Jul 6, 2011, at 9:04 PM, Devin Asay wro

Re: scripting QuickTime player

2011-07-06 Thread Devin Asay
On Jul 6, 2011, at 4:33 PM, Timothy Miller wrote: > Hello, > > I've never tried scripting for a quicktime player. Tricky. A few tips would > be helpful. > > In the stack I'm working on, there's only one QT player per card. The > filename of the player is already established at openCard, the s

Re: scripting QuickTime player

2011-07-06 Thread Scott Rossi
Hi Tim: Try setting the startTime of the player to what you need (you may need to do a conversion from "player units" to seconds). Alternatively, you can set the playLoudness property of the player to 0 (although I seem to remember someone running into an issue where setting playLoudness to 0 did

scripting QuickTime player

2011-07-06 Thread Timothy Miller
Hello, I've never tried scripting for a quicktime player. Tricky. A few tips would be helpful. In the stack I'm working on, there's only one QT player per card. The filename of the player is already established at openCard, the sound files stored on a local volume. They are in m4a format if th