From: Michel L. <wa...@zo...> - 2001-09-08 10:19:31
|
On Fri, Sep 07, 2001 at 01:04:04AM +0200, Karsten Fuhrmann wrote: > Hello i am trying to use your lib, to get some rgb frames out of an > mpg2 stream. So i hacked another video_out module called raw. this > is working and i can get out data from the vo_frame_t structure ! > But this does not seem to be an rgb picture in the fields base[0] to > base[2] ? so what is in these field yuv or something or what ? Yes, the frames at the libmpeg2 output are in yuv format. (note the pgm output is already pretty raw too - it just adds a small header before the image bytes) > So my Question is how to get pure rgb frames out of the stream using > libmpg2 Well you need to convert from yuv to rgb format. There is an example routine for that in libvo, its called yuv2rgb > Another Question : Who is the maintainer for MacOs X in this project ? There is not specific macos maintainer. This list is the right place to ask most questions. Do you have any specific problems or features you'd like to see implemented ? Regards, -- Michel "Walken" LESPINASSE Of course I think I'm right. If I thought I was wrong, I'd change my mind. |