Hi All, I'm implementing a movie generator. I used ScreenCaptureHandler and implemented my own CaptureOperation that uses ffmpeg library to encode a movie. Reimplementing the CaptureOperator virtual operator I start from an osg::Image I have to convert in an AVFrame to encode it with ffmpeg. AFAIK ffmpeg needs YUV color space for AVFrame.
Now, is there a way to get YUV components from an osg::Image? Regards Gianni ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51229#51229 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

