[osg-users] Call to ffmpeg plugin change !

2009-05-19 Thread Carlos Sanches
Hi ! I was using versrio 2.9,1 and was all ok . Now I intalled the 2.9.4 and looklike that my program dont understand the command to use ffmpeg: std::string libName = osgDB::Registry::instance()-createLibraryNameForExtension(ffmpeg); osgDB::Registry::instance()-loadLibrary(libName);

Re: [osg-users] Call to ffmpeg plugin change !

2009-05-19 Thread Robert Osfield
Hi Carlos, I'm a bit confused by your subject line and email contents. I've just tested: osgmovie -e ffmpeg mymovie.mov And it worked fine, and -e extension alias does basically what you quoted line of code does. If you are having problems then perhaps your ffmpeg plugin hasn't built