Patrik Stellmann wrote: > I'd like my application using osg to be able to generate video-files > from the displayed scene. As far as I know, osg has "only" the ability > to save single pictures/frames so I'll probably need a library that > generates videos from a frame-sequence. Is there one anybody can > recommend in combination with osg? My application is currently running > only under windows but a cross-platform-library would be preferred.
ffmpeg can do that for you. You feed it frames obtained by OSG and it encodes them to an avi or whatever. Beware however that both the frame grabbing and the encoding will probably ruin your fps. ffmpeg is cross platform but has a very volatile API that can break from one version to the next... :-/ /ulrich _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
