Re Scripting Quicktime Player
Re Scripting Quicktime Player
- Subject: Re Scripting Quicktime Player
- From: email@hidden
- Date: Sun, 19 Nov 2000 04:32:08 EST
on Saturday, November 18, 2000 12:21:37 email@hidden wrote:
>
>
On 11/18/00 8:41 AM, email@hidden <email@hidden> wrote:
>
>
> I need to make a script that will convert a picture sequence
>
>to a Quicktime movie. Can this be done with Quicktime Player?
>
>
Yes. Set up all the pictures in one folder, with a common name and
>
sequence (e.g., picture1, picture2, picture3, etc.)
>
>
tell application "QuickTime Player"
>
open image sequence file ,
>
"hard disk: picture folder: picture1" frames per second 15
>
save movie 1 of front window in ,
>
"hard disk:movie folder:picture movie" as self contained
>
end tell
>
Hi Michelle,
That doesnt seem to work...
The line :
open image sequence file "path:picture1" frames per second 15
gets an error on the word 'file'. Am I doing something wrong?
Thanks,
John