• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Having trouble with a QuickTime script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Having trouble with a QuickTime script


  • Subject: RE: Having trouble with a QuickTime script
  • From: "Jeff Handy" <email@hidden>
  • Date: Wed, 19 Sep 2001 23:17:42 -0400
  • Thread-topic: Having trouble with a QuickTime script

Looks like you are trying to re-invent the wheel. Apple has a script
that does what you are trying - all except for moving the files. You
might use their script as a template and add your file movement routine
where needed. Go to: http://www.apple.com/applescript/qtas.html to see
the info on the "Create Slideshow From Folder" script.

Otherwise, you might want to modify using the following:

on createMovie(referenceName, referenceFolder, targetFolder,
movieNumber, frameRateVar)
try
set movieNumber to movieNumber + 1
tell application "Finder"
set movieFolder to folder (referenceName &
movieNumber as text) of targetFolder
set firstFile to file 1 of movieFolder
end tell

tell application "QuickTime Player"
open image sequence firstFile frames per second
frameRateVar
end tell
on error
return false
end try
end createMovie


HTH

Jeff Handy - Senior Digital Media Specialist
Bisk Education - Technology Development
World Headquarters - Tampa, FL
800-874-7877 x360
email@hidden
http://www.bisk-education.com

Cleaner Forum COWmunity Leader
http://www.creativecow.net/cgi-bin/select_forum.cgi?forum=cleaner


  • Prev by Date: Re: Droplet for CD
  • Next by Date: Apple's Applescript doc
  • Previous by thread: Having trouble with a QuickTime script
  • Next by thread: Re: Having trouble with a QuickTime script
  • Index(es):
    • Date
    • Thread