Hi all, I have 2 questions about the ffmpeg plugin :
- In the ReaderWriterFFmpeg.cpp file, line 76 a "path" variable is declared using the osgDB::findDataFile function to get the correct file name, but line 83, the old "filename" variable is used instead of "path". This way, the dataPathList is not used to get the video file, is it normal ? - Currently, I load a video and put it on an object which is outside the screen (the video is in pause mode). After an action, this object slide into the screen and the video is played, but first the video is played too fast (maybe 2x or 4x) and after some seconds it comes back to the correct speed. To be more precise, if I wait 5 seconds before making my object slide into the screen and play the video, it will be too fast during 5 seconds, if I wait 2 seconds, it's too fast 2 seconds... Anyone knows what's the problem here ? I'am under WinXP, compile with VS8 and I took my version of FFmpeg here : http://www.openscenegraph.org/downloads/dependencies/FFmpeg/Windows/ffmpeg-r15261.zip My video is a .FLV with an audio stream. Thanks for your help ! -- Serge Lages http://www.tharsis-software.com
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

