Cue and play chapter or timecode in QuickTime
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