robertosfield wrote: > Hi Evgeny, > > Could you try the svn/trunk version of the OSG as it's ffmpeg has a > range of changes. If there are bugs remaining then this is the > version we'll want to be adapting to resolve them. > > Cheers, > Robert. > _______________________________________________ > osg-users mailing list > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > ------------------ > Post generated by Mail2Forum
Hi Robert, I had downloaded OpenSceneGraph-3.1.5 and looked at listing of ffmpeg plugin. It has the same problem. State FFmpegPacket::PACKET_END_OF_STREAM interrupts synchronization between video and audio. I understand that ffmpeg plugin has ImageStream interface for including in OSG, but I think that it would be better to have a separate interface for video files. I read that ImageStream interface was created for texturing by series images, which are kept in one file (for example format GIF), and there is not need a deep control of ImageStream. But in my case, I need to show a video texture like element video-player in 3D space. As a result, I need more deep control of it. I need that code can receive event of finishing video. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=53369#53369 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

