QuickTime iSight Recording
QuickTime iSight Recording
- Subject: QuickTime iSight Recording
- From: "(4) GMAIL 5278" <email@hidden>
- Date: Wed, 2 Jun 2010 01:44:58 +0900
Dear AppleScript Users,
Hello. I'm trying to record a 5 seconds of iSight video through QuickTime. The only problem that I have is to assign a file variable to the movie. If I run the following, AppleScript will not assign a variable to the file name. Rather, the file will be named 'Movie.mov.' I appreciate any advice.
Yours truly,
Jim
// AppleScript //
tell application "Finder" set mymovie to "hello.mov" end tell
tell application "QuickTime Player" new movie recording start first recording delay (5) stop first recording close document 1 saving in mymovie end tell
tell application "QuickTime Player" quit end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden