Re: how to get the frame rate of a Quicktime movie?

2007-08-29 Thread Josh Mellicker
O my gosh Klaus, can't believe I missed that. Thanks! On Aug 28, 2007, at 7:58 AM, Klaus Major wrote: Hi BNig and Josh, I just copied this from the online documentation of Trevors wonderful EnhancedQT External: ... function qtGetTrackFrameCount (MovieControllerID, TrackIndex)

Re: how to get the frame rate of a Quicktime movie?

2007-08-29 Thread Klaus Major
Hi Josh, O my gosh Klaus, can't believe I missed that. please don't worry, I'm sure it wasn't there yet a couple of days before! ;-) Thanks! Best Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list

Re: how to get the frame rate of a Quicktime movie?

2007-08-28 Thread BNig
hi Josh, i dont know what you need the framerate for but that is in my experience not possible to extract from within Revolution, since all you get is the duration and the timescale. This gives you the length in seconds of the movie but not the framerate. I get at the framerate by incorporating

Re: how to get the frame rate of a Quicktime movie?

2007-08-28 Thread Klaus Major
Hi BNig and Josh, I just copied this from the online documentation of Trevors wonderful EnhancedQT External: ... function qtGetTrackFrameCount (MovieControllerID, TrackIndex) Description: Returns the number of frames in video track. Parameters: MovieControllerID: Target Movie Controller ID.

how to get the frame rate of a Quicktime movie?

2007-08-25 Thread Josh Mellicker
I found the following post from 2002: Thanks Karl Here's what I have come up with so far. To determine the frame-rate of a video clip: It seems that if you advance the video clip from 0 by 1 frame (play step forward) and divide the timescale property by the currenttime property, the