Re: [osg-users] Building OSG with FFMPEG

2012-06-13 Thread Julen Garcia
Hi, For building OSG with FFmpeg support you need to use the shared FFmpeg git-728f86e 64-bit Shared (Latest)http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20120612-git-728f86e-win64-shared.7z and dev FFmpeg git-728f86e 64-bit Dev

Re: [osg-users] Current time when displaying an image stream

2011-09-27 Thread Julen Garcia
Hi Brad, I have also a simple video player using the ImageStream class and the FFmpeg plugin. For the slider, I get the maximum value from the ImageStream-getLenght() method and to update the current position I call periodically ImageStream-getReferenceTime(). I think that this is the