Does anyone know how to force the use of the ffmpeg plugin instead of xine. I know that this is possible on the commandline, eg:

osgmovie -e ffmpeg movie.mov

But I'd like to do this in code, eg:
 osg::Image* image = osgDB::readImageFile(path);
 osg::ImageStream* imagestream = dynamic_cast<osg::ImageStream*>(image);

I can't seem to find how the osgmovie example uses this extension argument...

Any pointers would be appreciated.

Thanks,
Mike Wozniewski
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to