How to add filesink to a videomixer

Sérgio Agostinho sergio.r.agostinho at gmail.com
Thu Mar 5 16:30:37 PST 2015


Probably yes. For raw video you’re gonna need to use something like an avimux or a matroskamux between the queue and the filesink. To have the an .ogg file you’ll need to encode your video with something like theoraenc or vp8enc and then send it through oggmux. 

For more info:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-avimux.html <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-avimux.html>
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-matroskamux.html <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-matroskamux.html>
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-oggmux.html <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-oggmux.html>
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-theoraenc.html <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-theoraenc.html>
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8enc.html <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8enc.html>

Cheers

> On 06 Mar 2015, at 01:09, aetitcomb <andrew at pixelstreetinc.com> wrote:
> 
> Thanks Sergio.  
> it's writing out a file, but, I can't do anything with it.  
> Is there something missing, like a muxer, that will give me a valid .ogg?
> 
> Also, while it's processing, it's still displaying to the screen.  Is there
> a way to only write to a file?
> 
> Thanks again!
> 
> 
> 
> 
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-add-filesink-to-a-videomixer-tp4671020p4671022.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150306/c8df5e96/attachment.html>


More information about the gstreamer-devel mailing list