QuickTime Text Track Rotation
QuickTime Text Track Rotation
- Subject: QuickTime Text Track Rotation
- From: "(4) GMAIL 5278" <email@hidden>
- Date: Fri, 11 Jun 2010 08:55:31 +0900
Dear AppleScripters,
Hello. I'm trying to use AppleScript to manipulate a text track over QuickTime. If you open a movie (with a text track) with QuickTime Pro, its Visual Settings lets you rotate a track. But the Dictionary for QuickTime states nothing about track rotation under track. Does that simply mean AppleScript won't let you rotate a track?
In the meantime, it doesn't look like text frame's drop shadow offset and drop shadown tranparency works.
tell application "QuickTime Player" set keyed of text frame of track 3 of document 1 to true set drop shadow of text frame of track 3 of document 1 to true set drop shadow offset of text frame of track 3 of document 1 to {20, 50} set drop shadow transparency of text frame of track 3 of document 1 to 100
set foreground color of text frame of track 3 of document 1 to {65535, 150, 250} set background color of text frame of track 3 of document 1 to {0, 65535, 65535} set default font size of text frame of track 3 of document 1 to 50 end tell
Or am I doing anything wrong? Thank you for your advice.
Jim |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden