On 5/30/06, <b class="gmail_sendername">B. Bogart</b> &lt;<a href="mailto:ben@ekran.org">ben@ekran.org</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;">
Hi Chris,<br><br>Thanks for the answer. I guess I'm stuck with playing back about 16 movies<br>at once then... at least per machine.<br><br>I recall using an array of pix_multiimage objects, and I think it did not<br>reload the same images over and over again but somehow managed to access
<br>the same pixes in memory rather than reallocating...</blockquote><div><br>
That's a very, very different object.&nbsp; pix_film/movie use QT API calls which cannot be used in the same manner.<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;">Indeed HDV and RAM formats are big, but I'm happy with my photo-jpeg QTs.<br>Also I'm working with a 1024x768 gemwin, so I've been dividing the
<br>resolution by the number of clips. </blockquote><div><br>
Do you mean you are dividing 1024x768 into smaller clips and tiling
across the screen?&nbsp; A single 1024x768 is probably going to play
better than 4 512x384 clips.&nbsp; Also, use pix_movie if you don't
need to do any pix_ processing on the video for better performance.<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 since we can now get 8GB of RAM in<br>these things I think its still faster that most arrays (with only 2-3
<br>disks anyhow).</blockquote><div><br>
The limit per process in a 32bit OS is 4GB.<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;">I guess [pix_multifilm] will remain a dream for now...</blockquote><div><br>
You could decompress the movie into a pix_buffer if you have enough RAM.&nbsp; 720x480 is just about 1GB per minute as I recall.<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;">Thanks,<br>.b.<br><br>PS: did you pass on my profiler data to Apple so that (maybe) the next
<br>version of QT will be useful for playing many clips simultaneously.</blockquote><div><br>
I could not reproduce the problem here so I didn't send it.<br>
</div><br></div>