• 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: Newbie help needed: capturing keypress to record QuickTime timing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie help needed: capturing keypress to record QuickTime timing


  • Subject: Re: Newbie help needed: capturing keypress to record QuickTime timing
  • From: email@hidden
  • Date: Wed, 2 Jan 2008 19:17:02 -0500

I looked at this example, and I think it does most of what I need. Thanks.
I read Brennan's warnings, and I'll just have to try this to see how it works out.


How do I write this stuff to a file (text or Excel)? (A pointer to examples would be fine.)


On Jan 2, 2008, at 4:35 AM, Skeeve wrote:

Okay... I've experimented a bit and here we go:

tell application "QuickTime Player"
activate
tell document of window 1
repeat
if not playing then
set timeframe to current time
log timeframe
if duration <= timeframe then
exit repeat
end if
play
end if
end repeat
end tell
end tell
tell me to activate
display dialog "Tell me your age please" default answer "Not your business"
log the result


1) Start the film
2) Pause the film
3) Start the script
4) Stop the film with spacebar
5) Observe the event protocoll or replace the log statements with a write to a file
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
Archives: http://lists.apple.com/archives/applescript-users


This email sent to email@hidden

_______________________________________________ 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
References: 
 >Re: Newbie help needed: capturing keypress to record QuickTime timing (From: Skeeve <email@hidden>)

  • Prev by Date: Exporting photos via keyword in Applescript
  • Next by Date: Dates
  • Previous by thread: Re: Newbie help needed: capturing keypress to record QuickTime timing
  • Next by thread: Saving a File to a Windows Volume
  • Index(es):
    • Date
    • Thread