Need help mixing with GStreamer

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Need help mixing with GStreamer

Josep Creus
Hello there,

I'm a bit desperate, I don't know if this is the right place, quite noob
working with GStreamer, I hope you don't mind if this is not the right
place.

I'm trying to create just a bash script (using gst-launch) to mix three
different duration videos and a .png file to a dirac video file.  The
problem is I am perfectly capable of mixing it, but the .png duration is
only 1 frame, and I don't have any idea on how to change that and make
it last as the other ones.

In the documentation pngdec states that if no framerate is specified EOS
will be send to the stream, but I've already set a framerate, and
nothing changes.

Please, any help will be appreciated.

Josep Creus,
Laboratori de Calcul Arquitectura de Computadors
Universitat Politècnica de Catalunya

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need help mixing with GStreamer

Aurelien Grimaud (elzz)
Hi, you could try using multifilesrc with only one file.

gst-launch -v multifilesrc location=<png file> ! "image/png,
framerate=1/1" ! pngdec ! ....

This works, but I think there probably is a better solution.
Is there an element which make a stream from one frame ?

Aurelien

Josep Creus a écrit :

> Hello there,
>
> I'm a bit desperate, I don't know if this is the right place, quite noob
> working with GStreamer, I hope you don't mind if this is not the right
> place.
>
> I'm trying to create just a bash script (using gst-launch) to mix three
> different duration videos and a .png file to a dirac video file.  The
> problem is I am perfectly capable of mixing it, but the .png duration is
> only 1 frame, and I don't have any idea on how to change that and make
> it last as the other ones.
>
> In the documentation pngdec states that if no framerate is specified EOS
> will be send to the stream, but I've already set a framerate, and
> nothing changes.
>
> Please, any help will be appreciated.
>
> Josep Creus,
> Laboratori de Calcul Arquitectura de Computadors
> Universitat Politècnica de Catalunya
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>  



------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel