<html><body bgcolor="#FFFFFF"><div>I'm no expert on this, but ran into similar issues when making a local file. It ultimately ended up being the parameters I was passing to the x264enc element. I would take a look at those with gst-inspect and see if you can tune the output. Most notably the pass and quantizer parameters.&nbsp;</div><div><br></div><div>Tim<br><br>Sent from my iPhone</div><div><br>On Dec 15, 2010, at 3:02 PM, Rafael Sousa &lt;<a href="mailto:rafael.lmsousa@gmail.com">rafael.lmsousa@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Hi all,<div><br></div><div>I'm using the versions of gstreamer installed from ubuntu 10.10 apt-get. I've installed the gstreamer, gst-plugins-bad, gst-plugins-good, gst-plugins-ugly, gst-ffmpeg and I've installed the x264.</div>


<div><br></div><div>The problem is that my pipeline gives as result a blurring video. My pipeline works to read a YUV file at the sender, encodes it in H.264, and sends it to receiver using RTP in encoding time. At the receiver, it receives the stream and stores it in YUV format again for posterior process. The pipeline is as follows:</div>


<div><br></div><div>Sender:</div><div><br></div><div><div>"gstrtpbin name=rtpbin filesrc location=paris_cif.yuv blocksize=152064 !&nbsp;video/x-raw-yuv, width=352, height=288, framerate=(fraction)15/1, format=(fourcc)I420 !&nbsp;x264enc, key-int-max=30, key-int-min=15, intra-refresh=true !&nbsp;rtph264pay !&nbsp;rtpbin.send_rtp_sink_0&nbsp;rtpbin.send_rtp_src_0 ! udpsink host=127.0.0.1 port=5000&nbsp;rtpbin.send_rtcp_src_0 ! udpsink host=5003 port=5001 sync=false async=false&nbsp;udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0 "</div>


</div><div><br></div><div>Receiver:</div><div><br></div><div><div>"gstrtpbin name=rtpbin&nbsp;udpsrc caps=\"application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264"&nbsp;port=5000 ! rtpbin.recv_rtp_sink_0&nbsp;rtpbin. ! rtph264depay ! ffdec_h264 ! filesink location=example.yuv udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0&nbsp;rtpbin.send_rtcp_src_0 ! udpsink port=5005 sync=false async=false"</div>


</div><div><br></div><div>I don't know why the video is blurring since I've tested it localhost, without loss rates. The command that I'm using to watch the result is:</div><div><br></div><div>mplayer example.yuv -demuxer rawvideo -rawvideo cif</div>


<div><br></div><div>I took a screenshot of the video, it is in annex. Please, anyone can help?</div><div><br></div><div>thanks in advance</div></span>
</div></blockquote><blockquote type="cite"><div>&lt;Captura_de_tela.png&gt;</div></blockquote><blockquote type="cite"><div><span>------------------------------------------------------------------------------</span><br><span>Lotusphere 2011</span><br><span>Register now for Lotusphere 2011 and learn how</span><br><span>to connect the dots, take your collaborative environment</span><br><span>to the next level, and enter the era of Social Business.</span><br><span><a href="http://p.sf.net/sfu/lotusphere-d2d">http://p.sf.net/sfu/lotusphere-d2d</a></span></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>gstreamer-devel mailing list</span><br><span><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a></span><br><span><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a></span><br></div></blockquote></body></html>