adding a mask to a quicktime movie
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