Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-23 Thread Trajce Nikolov NICK
Thanks Raymond ! I will look into it On Fri, Nov 23, 2018 at 12:00 PM Raymond de Vries wrote: > Hi, > > That's not necessary, it is included in the vlc installers and installed > in the sdk directory. Some versions don't contain it though so check > different versions. > > Cheers, > Raymond > >

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-22 Thread Raymond de Vries
Hi, That's not necessary, it is included in the vlc installers and installed in the sdk directory. Some versions don't contain it though so check different versions. Cheers, Raymond On 11/22/2018 7:29 PM, Trajce Nikolov NICK wrote: Hi all, anyone has libVLC compiled for Windows and

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-22 Thread Trajce Nikolov NICK
Hi all, anyone has libVLC compiled for Windows and willing to share? Thanks a bunch! On Thu, Nov 22, 2018 at 11:15 AM Raymond de Vries wrote: > Hi, > > Reading the source code of the osgmovie example there is sample code for > using SDL or SDL2. Maybe that helps? > > Cheers, good luck, >

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-22 Thread Trajce Nikolov NICK
Thanks Chris, Raymond! On Thu, Nov 22, 2018 at 9:00 AM Raymond de Vries wrote: > Hi, > > Also check this one: https://github.com/xarray/osgRecipes/wiki and then > search for VLC. The VLC will play your audio too, and is synchronised. Not > ready for spatial audio though... > > Cheers, hth, >

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-21 Thread Raymond de Vries
Hi, Also check this one: https://github.com/xarray/osgRecipes/wiki and then search for VLC. The VLC will play your audio too, and is synchronised. Not ready for spatial audio though... Cheers, hth, Raymond On 11/21/2018 10:31 PM, Chris Hanson wrote: Refer to Mattias Helsing's answer

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-21 Thread Raymond de Vries
Hi, Reading the source code of the osgmovie example there is sample code for using SDL or SDL2. Maybe that helps? Cheers, good luck, Raymond On 11/21/2018 10:31 PM, Chris Hanson wrote: Refer to Mattias Helsing's answer here: http://forum.openscenegraph.org/viewtopic.php?t=9707 You need an

Re: [osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-21 Thread Chris Hanson
Refer to Mattias Helsing's answer here: http://forum.openscenegraph.org/viewtopic.php?t=9707 You need an audio subsystem like osgAudio or even SDL to output the audio to. On Wed, Nov 21, 2018 at 10:16 PM Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com> wrote: > Hi Community, > > I have

[osg-users] playing videos with audio channels with the ffmpeg plugin

2018-11-21 Thread Trajce Nikolov NICK
Hi Community, I have video with audio and when I playback the file with osgmovie I see in the debug the audio channel is attached but can not hear anything :-). Is there any magic, perheps to set the audio device somehow? Thank you for any hint! Here is the ouput osgmovie VID00032.mpg.ffmpeg