Re: Quicktime Scripting
Re: Quicktime Scripting
- Subject: Re: Quicktime Scripting
- From: c w <email@hidden>
- Date: Mon, 3 May 2004 15:42:39 +0100
Hi Brennan,
Thanks for the info. I still can't get it to work though. I pasted
your script into the Script Editor, fixing line breaks. I made sure I
had a suitable movie open and then ran the script. It choked again at
the "for" after "export settings"
I would use your first method except I need to load in a bunch of
frames as an image sequence and then save it as quicktimes in a couple
sizes. I was thinking of making photoshop save two different sized
sequences, (which will work) but that will increase my processing time.
By the way, the raw apple events in the other script came directly from
Apple's script that they supply on the QT web site. I am beginning to
think I might have an old version of Applescript or something.. I am
using 10.3, so I am not sure how this could be possible. But that's
my next avenue of investigation.
tell application "QuickTime Player"
tell movie 1
set p to "Name & location for the QT settings file:"
set target_file to (choose file name with prompt p default name
"mySettings.qtes")
save export settings for MPEG4 to target_file with replacing
end tell
end tell
On May 3, 2004, at 2:38 PM, Brennan wrote:
tell application "QuickTime Player"
tell movie 1
set p to "Name & location for the QT settings file:"
set target_file to (choose file name with prompt p default name
"mySettings.qtes")
save export settings for MPEG4 to target_file with replacing
end tell
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.