From: Wade K. <li...@ma...> - 2001-09-19 19:12:12
|
>=C0 (At) 9:03 -0800 19/09/01, Wade Kamkoff =E9crivait (wrote) : > >> - the color is weird. greenish? > >Perhaps a problem with the YUV transform (green picture means U and >V coordinates are 0). > >> - the frames seem to play out of order..like f1..f3..f2..f4..f6...etc > >The vout layer is supposed to reorder the frames coming from the >decoder. I,P and B pictures are inverted in the stream, so they must >be re-inverted by your module. > > >-- >Christophe Massiot. -- Thanks, Care to help? Do you have a mac running os9? I have both osx and os9 but have been a little lazy today. Im sure it would not be hard to make is osxable since the code is not that big... I did figure out the opengl part to get the frame upside right. Thats what I was thinking in the module. add a frames list and invert their playback... The YUV transform ill read into. I was at a loss there. Absorbed too much information in 2 days..heh. Wade li...@ma... |