Hi all,<div><br></div><div>I&#39;ve fixed my problem by adding the following parameter to the x264enc:</div><div><br></div><div>&quot;pass=qual quantizer=20 tune=zerolatency&quot;</div><div><br></div><div>the video presented was perfect... thanks for the replies.</div>

<div><br></div><div><br><br><div class="gmail_quote">On Thu, Dec 16, 2010 at 12:11 AM, Rafael Sousa <span dir="ltr">&lt;<a href="mailto:rafael.lmsousa@gmail.com">rafael.lmsousa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font face="arial, sans-serif"><span style="border-collapse:collapse">When I use the x264 build 85 that issue doesn&#39;t occur, the video is perfect, only in superior build that I tested (98 and 110) that the problem occur. I don&#39;t have any idea of what can be happening, I&#39;ve already removed and installed the packages several times, I even upgraded my ubuntu system from 10.04 to 10.10 but no change. Anyone have any idea? I&#39;ve tried all that I know. I need to use the build 98 or superior.</span></font><div>


<font face="arial, sans-serif"><span style="border-collapse:collapse"><br></span></font></div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">thanks for the reply<br>
<span style="border-collapse:separate;font-family:arial"><br></span></span></font><div><font face="arial, sans-serif"><span style="border-collapse:collapse"><span style="border-collapse:separate;font-family:arial">Message: 1</span><br>


</span></font><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Date: Wed, 15 Dec 2010 15:42:01 -0500<br>
From: Timothy Braun &lt;<a href="mailto:braunsquared@gmail.com" target="_blank">braunsquared@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] distorted video encoded with x264<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:69C57452-40E4-4172-883F-DF374D355CD7@gmail.com" target="_blank">69C57452-40E4-4172-883F-DF374D355CD7@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
I&#39;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.<br>



<br>
Tim<br>
<br>
Sent from my iPhone<div><div></div><div class="h5"><br>
<br>
On Dec 15, 2010, at 3:02 PM, Rafael Sousa &lt;<a href="mailto:rafael.lmsousa@gmail.com" target="_blank">rafael.lmsousa@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;m using the versions of gstreamer installed from ubuntu 10.10 apt-get. I&#39;ve installed the gstreamer, gst-plugins-bad, gst-plugins-good, gst-plugins-ugly, gst-ffmpeg and I&#39;ve installed the x264.<br>
&gt;<br>
&gt; 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:<br>



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



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



&gt;<br>
&gt; I don&#39;t know why the video is blurring since I&#39;ve tested it localhost, without loss rates. The command that I&#39;m using to watch the result is:<br>
&gt;<br>
&gt; mplayer example.yuv -demuxer rawvideo -rawvideo cif<br>
&gt;<br>
&gt; I took a screenshot of the video, it is in annex. Please, anyone can help?<br>
&gt;<br>
&gt; thanks in advance<br></div></div>
&gt; &lt;Captura_de_tela.png&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Lotusphere 2011<br>
&gt; Register now for Lotusphere 2011 and learn how<br>
&gt; to connect the dots, take your collaborative environment<br>
&gt; to the next level, and enter the era of Social Business.<br>
&gt; <a href="http://p.sf.net/sfu/lotusphere-d2d" target="_blank">http://p.sf.net/sfu/lotusphere-d2d</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br><br></blockquote></div></div></div>
</blockquote></div><br></div>