On 5/11/06, <b class="gmail_sendername">Chuckk Hubbard</b> &lt;<a href="mailto:badmuthahubbard@gmail.com">badmuthahubbard@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Wanting to automate opening videos in GEM.&nbsp;&nbsp;Is there any library with<br>a function to check a movie header for fps?</blockquote><div><br>
This really varies by platform and API.&nbsp; For example, Quicktime
doesn't really have the concept of a frame per second in the container
format.&nbsp; That might sound odd, but it allows for frames of
different lengths in the same container and multiple frame rate tracks
of media to work alongside each other.&nbsp; <br>
<br>
Right now with QT we sort of guess at the framerate because it helps to
open the movie file faster.&nbsp; It is not a very accurate number
though and I would not use it for controlling playback.&nbsp; The
'auto' and 'rate' messages do allow for accurate control of playback
based on any media of any framerate.<br>
</div><br></div><br>