• 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
Cue and play chapter or timecode in QuickTime
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cue and play chapter or timecode in QuickTime


  • Subject: Cue and play chapter or timecode in QuickTime
  • From: Max Neupert <email@hidden>
  • Date: Wed, 11 Jun 2008 15:07:09 +1000

hi list (fist post),

ok, i've posted that in the QuickTime Forum, but i think theApplescript list is probably the better place.

Is it possible to cue the playhead in QuickTime to a known chapter name or simply a timecode of the movie?
here is my not working attempt


--cue to chapter in open QuickTime movie
tell application "QuickTime Player"
	activate
	tell document 1
		set the play_point to chapter "chapter one"
		play
	end tell
end tell


or to timecode:

--cue to timecode and play open movie
tell application "QuickTime Player"
	activate
	tell document 1
		set the play_point to "00:00:04.02"
		play
	end tell
end tell


m.

Attachment: PGP.sig
Description: Signierter Teil der Nachricht

 _______________________________________________
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

  • Follow-Ups:
    • Re: Cue and play chapter or timecode in QuickTime
      • From: Max Neupert <email@hidden>
  • Prev by Date: Re: AppleScript to reflect status in dock icon
  • Next by Date: Re: Cue and play chapter or timecode in QuickTime
  • Previous by thread: Re: Play Sounds
  • Next by thread: Re: Cue and play chapter or timecode in QuickTime
  • Index(es):
    • Date
    • Thread