[gst-devel] Transcoding and otherwise dealing with streams.

Baldur Gislason baldur at medizza.com
Fri Sep 24 19:39:36 CEST 2010


Ok. I have reached a point where the pipeline is functional and performs as
expected.
gst-launch-0.10 -v -m mpegtsmux name ="mux" ! filesink
location="/home/baldur/launch.ts" \
udpsrc multicast-group="239.192.192.1" port=1234 ! mpegtsdemux name="d" \
{ d. ! mpeg2dec ! x264enc key-int-max=50 ip-factor=0.71 analyse=0x113 me=0
subme=1 bframes=3 trellis=0 interlaced=1 ! queue max-size-time=0
max-size-buffers=0 ! mux. } \
{ d. ! queue max-size-time=0 max-size-buffers=0 ! mux. }

It seems I was just running out of queue space to synchronise the outputs,
which did not happen in the same manner with decodebin.

Baldur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100924/225b9561/attachment.htm>


More information about the gstreamer-devel mailing list