Hi,

Ümit Uzun schrieb:

C:\Documents and Settings\umitu>*osgmovie "C:\Documents and
Settings\umitu\Deskto
p\hancock-tsr2_h320.mov"*
Warning: Could not find plugin to read objects from file "C:\Documents and
Settings\umitu\Desktop\hancock-tsr2_h320.mov".
Unable to read file C:\Documents and
Settings\umitu\Desktop\hancock-tsr2_h320.mov

But when I open the C:\Program Files\OpenSceneGraph\bin\osgPlugins-2.6.1,
osgdb_qt.dll plugin is exist. But after I changed the osgdb_qt.dll name to
osgdb_mov.dll the video can open but it shows first frame of video while the
video sound continue normal frame rate.
Don't rename the plugin, load it via command-line-flag. The quicktime-plugin can handle various movie-formats so the hardwiring of file-extension and plugin does not help here.

try osgmovie -e qt yourmoviefile.mov

It works for me with osg 2.4, I'll try to rebuild osg to test against current SVn.

Can you increase the verbositiy of osg::notify, perhaps you'll get some informative debug-output, why the movie isn't updating.

cheers,

Stephan

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to