Re: open image sequence in quicktime
Re: open image sequence in quicktime
- Subject: Re: open image sequence in quicktime
- From: Mr Tea <email@hidden>
- Date: Tue, 01 Feb 2005 19:27:02 +0000
This from Andrina Kelly - dated 1/2/05 3ยท36 pm:
> I've looked around for an answer to this, but I can't seem to find anything
> relating to opening a sequence of tif files (or any other image format for
> that matter) in QuickTime Pro. I've tried with the script below, and I've
> tried setting the pictureFile to just the directory where the tif files reside
> - the Applescript activates QuickTime, but doesn't open any files - nor does
> it produce an error...
>
> Does anyone have any thoughts on this?
>
> set pictureFile to "Macintosh HD:path:to:file.tif"
> tell application "QuickTime Player"
> activate
> open image sequence pictureFile
> end tell
To create an image sequence movie in QuickTime pro, you need to make sure
that all the files required for the image sequence are in the same folder,
and have the same root name followed by sequential numbers, eg, file
001.tif, file 002.tif, etc. It's not apparent from your code example that
you've done this.
Nick
pp Mr Tea
--
_______________________________________________
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