csp
3rd November 2005, 06:51
Is there a way to serve single frames as images? BMP format would be ok, but it could also be PNG, JPG, PCX or TGA.
I need to access single frames, like with "Trim 100,100", but I don't want to open an Avi in the client App (blitz3D) for some reason.
I also tried ImageWriter, but I think it's pretty slow to write/read every frame. It would still be some kind of worst case solution. But it should work with all Avi Sources, not only 24 Bit RGB. I tried the EBMP format that works with all color spaces. When I rename it to BMP then I can load it in the client app, but the colors are messed up somehow. Is there a way to convert the Avi source to RGB24 on the fly to make it work with ImageWriter? (I tried ConvertToRGB24(clip) right after the Source command, without success).
Well a real Image server would be real useful, without to write/read it from the harddrive.
Thanks for your help.
I need to access single frames, like with "Trim 100,100", but I don't want to open an Avi in the client App (blitz3D) for some reason.
I also tried ImageWriter, but I think it's pretty slow to write/read every frame. It would still be some kind of worst case solution. But it should work with all Avi Sources, not only 24 Bit RGB. I tried the EBMP format that works with all color spaces. When I rename it to BMP then I can load it in the client app, but the colors are messed up somehow. Is there a way to convert the Avi source to RGB24 on the fly to make it work with ImageWriter? (I tried ConvertToRGB24(clip) right after the Source command, without success).
Well a real Image server would be real useful, without to write/read it from the harddrive.
Thanks for your help.