On 2/16/07, <b class="gmail_sendername">Item State</b> &lt;<a href="mailto:itemstatechanged@yahoo.de">itemstatechanged@yahoo.de</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;">
<br>it seems also that pix_film doesn&#39;t &quot;fire&quot; events when<br>sending the same frame number repeatedly into the<br>right inlet (like if i switch on the metro in attached<br>patch, nothing happens).</blockquote>
<div><br>What you describe is gloriously inefficient since the frame has been decoded, processed and sent to the GPU already.&nbsp; <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
also i need to now the current time of the movie<br>(preferably quicktime time refering to the movie&#39;s<br>timebase, or milliseconds, or otherwise frame number<br>could do as well). like something equivalent to the<br>
[gettime( message with [jit.qt.movie]. i only see a<br>static output for the films&#39;s dimension and an<br>end-of-file bang...</blockquote><div><br>Why do you need this?&nbsp; <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
is it possible to specify looppoints for the movies?</blockquote><div><br>Yes, using the total number of frames in the movie sent to the middle outlet when the film loads.&nbsp; Use a counter object to set the start and stop frame of the loop between 0 and the total frames of the film.
<br></div><br></div><br>