Re: Scripting Quicktime Player
Re: Scripting Quicktime Player
- Subject: Re: Scripting Quicktime Player
- From: Michelle Steiner <email@hidden>
- Date: Sat, 18 Nov 2000 10:19:17 -0800
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
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | Hard as it may be to believe, my |
| email@hidden | life has been based on a true story. |
----------------------------------------------------------------------