Can someone run this pipe through gst-editor please

Tim-Philipp Müller t.i.m at zen.co.uk
Tue Mar 6 04:00:01 PST 2012


On Tue, 2012-03-06 at 03:02 -0800, art vanderhoff wrote:

Hi,

> Can someone run the below pipe through gst-editor and send me the output.
> many thanks

whata are you trying to achieve? No one's using or developing any of the
various gst-editors any more.

> gst-launch gstrtpbin name=rtpbin uridecodebin
> uri="rtsp://192.168.200.100:554/channel1" name=decode  decode. ! \
> queue !  ! ffmpegcolorspace ! videoscale ! queue ! \
> capsfilter caps="video/x-raw-yuv, format=(fourcc)AYUV, width=640,
> height=352, framerate=(fraction)25/1" ! \
> ffmpegcolorspace ! videoscale ! capsfilter caps="video/x-raw-yuv,
> format=(fourcc)I420, width=640, height=352, framerate=\(fraction\)25/1,
> bpp=16, depth=16" ! \
> filesink location="/home/myuser/fifo/pipe9.yuv"

If you want a graphic representation of your pipeline, check out:

 http://gstreamer.freedesktop.org/wiki/DumpingPipelineGraphs

(requires the graphviz package)

Cheers
 -Tim




More information about the gstreamer-devel mailing list