Re: [osg-users] [osgPlugins] osgmovie plugin missing?

2010-01-07 Thread Eduardo Pinheiro
Hi Robert,

Thanks for your answer.

What i've made was:

cmake -DBUILD_OSG_EXAMPLES=1
Then make  make install

It has compiled the osgmovie and then i could run the osgmovie, but no movie 
inside.

I had to install more libs (outside openscenegraph):

I've installed 
sudo apt-get install libquicktimesv-gl-dev libmpeg4ip-dev winff dvdrip 
php5-ffmpeg libavbin-dev libavbin0 libavifile-0.7c2 ffmpeg-dbg ffmpeg-dbg 
ffmpeg libavcodec-dev libavfilter-dev avifile-mjpeg-plugin libxine1-ffmpeg 
moc-ffmpeg-plugin 


And it started to work. :)



... 

Thank you!

Cheers,
Eduardo

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=22205#22205





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] osgmovie plugin missing?

2010-01-05 Thread Robert Osfield
Hi Eduardo,

It's next to impossible to know what is wrong at your end without
knowing more information.  So you'll need to do some more
investigation at your end.

First up, quicktime won't work under Linux.  ffmpeg and xine should
work though, but in the ffmpeg case you'll need to use extension alias
to get the OSG to preload the ffmpeg plugin, to do this try the
osgmovie commandline:

  osgmovie -e ffmpeg movie.mpg

Next thing you can test is to enable verbose debugging to see what is
happening, in particular you want to look for whether the ffmpeg/xine
plugin has been loaded:

  export OSG_NOTIFY_LEVEL=DEBUG
  osgmovie movie.mpg

Robert.



On Wed, Dec 30, 2009 at 11:14 AM, Eduardo Pinheiro
eduardo.pinheiro...@gmail.com wrote:
 Hi,

 Im trying to use it at linux and i follow this steps:

  1. Compiled the osg with openscenegraph 2.8.2.
   I try to load the osgmovie but didnt exists.

  2. I've compiled it by hand
   The same answer that gave to you about the missing plugin has been given.

  3. I've installed the quicktime and the ffmpeg and xine-dev everthing 
 possible to install

  4. Recompiled the openscenegraph and then the osgart

  5. No osgmovie again. I compiled the osgmovie and now:

          - No error message given but nothing happens. The program is 
 running without doing nothing. I've tried with .mov , with .mpg and with .avi 
 files.


 Can you help me please?

 Thanks.

 Eduardo


 ...

 Thank you!

 Cheers,
 Eduardo

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=21963#21963





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] osgmovie plugin missing?

2009-12-30 Thread Eduardo Pinheiro
Hi,

Im trying to use it at linux and i follow this steps:

  1. Compiled the osg with openscenegraph 2.8.2.
   I try to load the osgmovie but didnt exists.
  
  2. I've compiled it by hand
   The same answer that gave to you about the missing plugin has been given. 

  3. I've installed the quicktime and the ffmpeg and xine-dev everthing 
possible to install

  4. Recompiled the openscenegraph and then the osgart

  5. No osgmovie again. I compiled the osgmovie and now:

  - No error message given but nothing happens. The program is 
running without doing nothing. I've tried with .mov , with .mpg and with .avi 
files.
  

Can you help me please?

Thanks.

Eduardo
  

... 

Thank you!

Cheers,
Eduardo

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=21963#21963





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org