<div dir="ltr"><div>Thanks Nicolas,<br></div><div>I've added target-bitrate to vp8enc, but the issue still persist.</div><div><br></div><div>I modified Tutorial3 with this pipeline, to reproduce my issue:</div><div><span style="color:rgb(209,47,27);font-family:Menlo;font-size:11px">avfvideosrc ! video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! videoconvert ! vp8enc target-bitrate=200000 ! vp8dec ! autovideosink</span><br>
</div><div><br></div><div>I'm not sure how use vp8enc properties, </div><div><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8enc.html#GstVP8Enc">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8enc.html#GstVP8Enc</a><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">can someone send me more hints?<br></div><div class="gmail_extra">I attached also a photo to explain my issue..</div><div class="gmail_extra">Thanks</div><div class="gmail_extra">
Elio</div><div class="gmail_extra"><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(209,47,27)"><br></p><br><div class="gmail_quote">2013/11/15 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Le jeudi 14 novembre 2013 à 22:51 +0100, Elio Francesconi a écrit :<br>

<div class="im">><br>
> I created this pipeline, the only one I don’t receive an error from<br>
> vp8enc<br>
> avfvideosrc !<br>
> video/x-raw,format=NV12,width=480,height=360,framerate=30/1  !<br>
> videoconvert ! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=5011<br>
><br>
><br>
> But it doesn’t work the video I receive is pixelated…<br>
<br>
</div>You probably need to configure the encoder a bit. I would start by<br>
increasing the target-bitrate property, for more property simply do<br>
gst-inspect-1.0 vp8enc.<br>
<br>
cheers,<br>
Nicolas<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div>