• 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: Quicktime get info
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quicktime get info


  • Subject: Re: Quicktime get info
  • From: Dmitry Gorbik <email@hidden>
  • Date: Mon, 6 Oct 2008 17:27:28 +0400

Wow, thank you very much. that helped.

Oct 6, 2008, в 4:10 PM, Axel Luttgens написал(а):

Le 6 oct. 08 à 13:29, Dmitry Gorbik a écrit :

Hello,

how to get current movie info? I found this:

macbookpro% osascript -e 'tell application "QuickTime Player" to properties of track 1 of movie 1'
39:49: execution error: QuickTime Player got an error: AppleEvent handler failed. (-10000)


didn't work for me.

Nor did it here. It looks like that the "properties" property is broken in QTP; one thus has to query for individual propertie, eg:


	data format of track 1 of document 1

On the other hand, should it provide you with the needed info, you could also have a look at System Events' QuickTime File Suite:

tell application "System Events" to get properties of track 1 of QuickTime file "/path/to/file"

HTH,
Axel _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
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: 
 >Quicktime get info (From: Dmitry Gorbik <email@hidden>)
 >Re: Quicktime get info (From: Axel Luttgens <email@hidden>)

  • Prev by Date: Re: Quicktime get info
  • Next by Date: Re: Close the script window in the Script Editor
  • Previous by thread: Re: Quicktime get info
  • Next by thread: Can the AppleScript implementation of an AS application be exposed via terminology?
  • Index(es):
    • Date
    • Thread