Why Flash files playback in jit.qt.movie are so slow?
Hi,
I have some Flash files play back in jit.qt.movie. Those flash files are created by very simple action script 1 with Flash 5 published. I am just very curious that each flash file is only around 200k, but when play back in jit.qt.movie, fps is soooo slow, just around 14 or 15 fps. Can anybody please tell me is it normal? Or I did something I should do? How to avoid slow playback speed and how to increase the speed?
thank you so much
CK
Quote: CKNY wrote on Tue, 28 August 2007 19:09
----------------------------------------------------
> Hi,
>
> I have some Flash files play back in jit.qt.movie. Those flash files are created by very simple action script 1 with Flash 5 published. I am just very curious that each flash file is only around 200k, but when play back in jit.qt.movie, fps is soooo slow, just around 14 or 15 fps. Can anybody please tell me is it normal? Or I did something I should do? How to avoid slow playback speed and how to increase the speed?
>
>
> thank you so much
>
> CK
----------------------------------------------------
Hi,
I think I need to explain more details here. I read my flash files into jit.qt.movie. I send it to jit.gl.texture as the texture of jit.gl.isosurf and send to jit.gl.render. I mean, my flash files can get around 150 fps when it just play in jit.qt.movie but when send into jit.gl.texture, jit.gl.isosurf and render, fps become 14. What's going on here? That is so bad. Can anybody tell me why?
thanks,
CK
Hi,
Here is my patch with flash file. Would someone please check out my patch and tell me why the fps come so slow even just a flash file? Please help!!! The attached file is just a flash file, you can actually import any flash file in this patch.
thanks
flash files need to be rendered to bitmap, so if it's a complex flash file, with a high vector count, it's going to be more cpu intensive to render each frame to a jitter matrix than a photojpeg movie of the same dimensions. if you can render out the flash file into a movie and use a .mov instead of .swf, then that would be ideal.