• 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
adding a mask to a quicktime movie
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding a mask to a quicktime movie


  • Subject: adding a mask to a quicktime movie
  • From: Graham Anderson <email@hidden>
  • Date: Wed, 4 May 2005 11:58:15 -0700

I have a batch script that exports QT movies
I want to auto crop them before they are compressed.


How would I include a mask file [myMask.pct] to the movie before compressing it ?
Or, is there a better way to crop a quicktime movie ?


many thanks :)


on open theseFiles
set theOutFolder to choose folder with prompt "Select an output folder:"

repeat with thisFile in theseFiles
tell application "QuickTime Player"
set thisFileName to name of (info for thisFile)
open thisFile
with timeout of 60 * 60 seconds
// Add mask to movie ? //
export movie thisFileName to ((theOutFolder as string) & thisFileName) as QuickTime movie using most recent settings
end timeout
close movie thisFileName
end tell
end repeat
end open


_______________________________________________
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


  • Prev by Date: Re: Choose file of type with Panther
  • Next by Date: Re: New Tiger dictionary format example posted
  • Previous by thread: Re: Nice Automator article on O'Reilly
  • Next by thread: Re: What is the best way to get the name (without the extension) of a file?
  • Index(es):
    • Date
    • Thread