comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » mpeg creation problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: mpeg creation problem [message #53032 is a reply to message #52779] Tue, 13 March 2007 00:35 Go to previous message
Sven Geier is currently offline  Sven Geier
Messages: 17
Registered: July 2002
Junior Member
kostis wrote:

[...]
> Questions:
>
> 1. Can I do the same job without each frame appearing on my screen??
> How should I change the code??

You could try plotting into the z-buffer if nothing else. The way you're
doing it now, you're transporting every pixel over your network.

> 2. Do U have any other suggestions to improve this ??

I create mpegs with a couple thousand frames of data fairly regularly. it
takes a while when you hit the mpeg_close, but each frame shouldn't take as
long as you're indicating. How large is the window that you're using (I
didn't see the window,xsize=..., ysize=... statement). If it is anything
other than 300x300, then you're not only transmitting unnecessarily large
bitmaps around, but you incur some rebinning penalty at each frame. You
might consider doing a tvrd() "by hand" for each frame and then handing the
resulting bitmaps to mpeg_put individually - if only to see whether that
makes a difference (that's how I usually do it).


- S

--
http://www.sgeier.net
My real email address does not contain any "Z"s.
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Yet again, The Sky is Falling!
Next Topic: Yet again, The Sky is Falling!

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 05:39:58 PDT 2025

Total time taken to generate the page: 1.83734 seconds