[osg-users] osgmovie - ffmpeg or Gstreamer
Philippe Renon
philippe_renon at yahoo.fr
Mon Jun 25 09:34:23 PDT 2018
I would try to call osgmovie with forward slashes in the file name.
Your test with gst-launch uses forward slashes and works.
And GStreamerImageStream constructs a similar pipeline (using the same filesrc element) :
gchar *string = g_strdup_printf("filesrc location=%s ! \
decodebin name=deco \
deco. ! queue ! videoconvert ! video/x-raw,format=RGB ! appsink name=sink emit-signals=true \
%s", filename.c_str(), audio_pipe);
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=74157#74157
More information about the osg-users
mailing list