Re: [osg-users] [osgPlugins] ffmpeg plugin : play a video frame by frame

2014-02-27 Thread Stephan Huber
Hi, Imagestream is definitly capable to seek to specific frames. It seems that the ffmpg implementation does not support this. The QTKit/AVFoundation implementations do support this. Perhaps you can add the missing functionality to the ffmpg-plugin? Cheers, Stephan Von meinem iPad gesendet >

Re: [osg-users] [osgPlugins] ffmpeg plugin : play a video frame by frame

2014-02-27 Thread Andrea Martini
Hi to all, i looked at osgmovie.cpp. I used seek method of imagstream, but i'm unable to visualize a specified frame (only the pecified frame). Is it possibile to get this result with imagestream? Thank you! Cheers, Andrea -- Read this topic online here: http://forum.openscenegr

[osg-users] [osgPlugins] ffmpeg plugin : play a video frame by frame

2014-02-12 Thread Andrea Martini
Hi everybody, i'm wondering if is it possible to use ffmpeg plugin with OSG 3.0.1, to play a video frame by frame. I compiled osg 3.0.1 with ffmpeg plugin, and i run the osgmovie example with no problem. Now, what i'd like to do, is to play a video frame by frame : i would say to my applicati