<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 7, 2018 at 2:10 PM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 01/07/2018 12:15 PM, Dan Wilcox wrote:<br>
><br>
>> Dan:<br>
>> seems to work! it doesn't crash! loaded fillm are a little "laggy" though<br>
>> and do not react to sudden frame changes very quickly.... at least from<br>
>> quick tests with short clips. i did load a 2 hour .mp4 though and nothing<br>
>> crashed so it seems all fairly stable now.<br>
><br>
> By "laggy", do you mean with automatic playback? QT seems to handle that itself while filmAVF is currently letting Gem do the "auto" property which seems slower. From what the help file says, "auto" does advances the frame on the net Gem frame render.<br>
><br>
<br>
</span>you should be able to increase the speed with "auto 1.5".<br>
(TODO: document this)<br></blockquote><div><br></div><div>I would suggest setting the gemwin FPS to 60 (and VBL sync) and then see how 'auto 1' responds.  You can check my ancient QT (the real QT) code to see how I dealt with the QT vs GEM frame rate.  There is a very likely probability that QT will send duplicate frames down the GEM chain which will double process all pix_ objects.  My comments in the old code should remark on this with a fair amount of profanity.  QT likes to be the master clock and that only gets worse with each post-QT Apple framework.</div><div><br></div><div>There was a pix_movieQT version that was designed to somewhat ignore the GEM frame rate and dump the video frames to the GL buffer with the assumption that all processing would be GLSL.  Worked like a fucking champ as I recall.</div><div><br></div><div>Best of luck</div><div>cgc</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
gfsamdr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at">GEM-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>listinfo/gem-dev</a><br>
<br></blockquote></div><br></div></div>