MACSCRPT Archives

July 2008

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Lively <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Sun, 13 Jul 2008 20:04:18 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
>
> typeList
> -> {"Video Track", "vide", 0, 0.0, 0, "Sound Track", "soun", 2,  
> 48.000499725342, 24, "Timecode Track", "tmcd", 0, 0.0, 0}
> so that works and is correct (somehow: the sample rate looks a bit  
> strange)
>
> In both cases it's the same QT file.
>
> Any ideas what I'm doing wrong?

I think the problem is with system events.

If you are using Studio you have a few additional options.  You can  
load the movie into a player and use that to get some or all of the  
properties (haven't done this, not sure which ones you can get)

A second option is to use call method and make cocoa calls the quick  
time libraries.  Once again, I haven't done this but you should be  
able to make a QTMovie and get the QTTracks.

-Mark

ATOM RSS1 RSS2