Re: open image sequence in quicktime - solved
Re: open image sequence in quicktime - solved
- Subject: Re: open image sequence in quicktime - solved
- From: Andrina Kelly <email@hidden>
- Date: Tue, 1 Feb 2005 18:06:23 -0500
ok - there's something quite odd about how quicktime is handling this, but with a bit of a workaround, this is how I managed it...
tell application "Finder"
activate
select "Macintosh HD:path:to:file:on:NFS:server:file0001.tif"
set this_item to the selection as alias
end tell
tell application "QuickTime Player"
activate
open image sequence this_item frames per second 24
end tell
Cheers for the help to all,
Andrina
' ' ' ' ' ' ''"""""""""""'' ' ' ' ' '
andrina kelly email: email@hidden
c.o.r.e. feature animation http://www.coredp.com
' ' ' ' ' ' ''"""""""""""'' ' ' ' ' '
_______________________________________________
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