Applescript quicktime in the background

I have an applecript that exports movies as they go into watch folders. I have quicktime not doing an activate so it mostly stays in the background but is there a way to minimize it or move it off the screen when I am doing this.

like open the movie
minimize
export

or

open the movie in a new window at 0,0 (bottom of the screen)
export

any thoughts would be great. I would love it if QT have a command line interface for doing exports

thanks

Posted on Nov 10, 2005 11:06 PM

Reply
2 replies
Sort By: 

Nov 11, 2005 2:02 AM in response to David Reaugh

hi David - you could try this script too - hi Cyclosaurus 🙂
—
tell application "QuickTime Player"
open file ":System:Library:CoreServices:Setup Assistant.app:Contents:Resources:TransitionSection.bundle:Contents:Resources:in tro.mov"
if the (count of windows) is not 0 then
set miniaturized of every window whose visible is true to true
end if
end tell
—
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Applescript quicktime in the background

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.