Re: open image sequence in quicktime
Re: open image sequence in quicktime
- Subject: Re: open image sequence in quicktime
- From: Whit Anderson <email@hidden>
- Date: Tue, 1 Feb 2005 17:15:53 -0600
set firstImage to choose file with prompt "Pick the first image file."
tell application "QuickTime Player"
open image sequence firstImage
end tell
beware of line breaks.
--Whit
This would work for us, unfortunately this bit of Applescript is
getting embedded into a larger script which is to be fully automated.
I suppose you know this, but if this script works by itself, and if you
are looking to hardcode the location of the first image file, you can
run this script with the Event Log open and it will show you what this
script is using for the location of the first image file.
--Whit
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden