Hi Stephan, Firstly thanks so much for your reply. I think anyone has no idea about problem of qt_plugin except you.
I have tried your suggestion and the result is same. It opens the video's first frame on the viewer but video's sound frame is going on. I can't find where is my omission. Movie frame going on in console as below; movietime: 10.4294 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.4505 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.4705 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.4952 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.5152 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.5362 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.5562 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.5822 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.6033 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.6253 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.6453 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.6703 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.6904 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.7114 rate: 1 state 0 playing: 1 done 0 1/1 movietime: 10.7324 rate: 1 state 0 playing: 1 done 0 1/1 ... Is it possible that I am using wrong include and library files and folders from quicktime sdk while giving these paths to cmake. My configuration for cmake is; QUICKTIME_INCLUDE_DIR : C:/Program Files/QuickTime SDK/CIncludes QUICKTIME_LIBRARY : C:/Program Files/QuickTime SDK/Libraries/QTMLClient.lib Thanks and Regards. Umit Uzun 2008/10/22 Stephan Maximilian Huber <[EMAIL PROTECTED]> > 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 >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

