blipbob muxing erroneous pipeline

Gst-Geek gstreamer.nabble at mailinator.com
Wed Dec 26 11:22:43 UTC 2018


spacescope  output format is BGRx  but matroskamux do not support that video
format. Use video convert after spacescope .

gst-launch-1.0 \
    audiotestsrc wave=ticks ! \
    tee name=t \
        t. ! queue ! spacescope ! videoconvert ! mux. \
        t. ! queue ! mux. \
    matroskamux name=mux ! \
    decodebin name=decoder \
        decoder. ! queue ! videoconvert ! checksumsink \
        decoder. ! queue ! audioconvert ! fakesink

The above pipeline is working for me. 
If you are using tcpsink then use mpegtsmux.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list