This string:<br>&#39;video/x-raw-yuv,width=640,height=480,framerate=30/1&#39;<br><div class="gmail_quote">is a capabilities string (caps).<br>You can change the width and height there to whatever the camera supports.<br>call gst-inspect v4l2src to set what options you have.<br>

<br>Same for ffenc_flv. Call gst-inspect ffenc_flv to see what properties you can set when calling gst-launch.<br>You can try to change minimal quntaizer values.<br><br>Squares are coming because of aliasing, thus changing the quantization parameter might help.<br>

<br><br>2010/5/26 Yuval Yohai <span dir="ltr">&lt;<a href="mailto:yuval@lab-tunes.com">yuval@lab-tunes.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Hello all,<br>
<br>
I am very new to Gstreamer.<br>
I need to stream a video source from a firewire HD camera to a remote site<br>
using cellular modem. The picture quality should be as good as possible. Its<br>
size, though, could be around 640X480 or a little bigger (or wider). As of<br>
now I am doing my first steps using my web cam.<br>
<br>
I do this:<br>
gst-launch-0.10 -v v4l2src device=/dev/video0 !<br>
&#39;video/x-raw-yuv,width=640,height=480,framerate=30/1&#39; ! ffenc_flv ! udpsink<br>
port=5000<br>
<br>
My output video picture is very low in quality. It seem as if the encoding<br>
is very rough (picture has small squares on it).<br>
<br>
If I do:<br>
gst-launch-0.10 -v v4l2src device=/dev/video0 ! ffenc_flv ! udpsink<br>
port=5000<br>
<br>
I get a 1600 X 1400 picture but then I don&#39;t know how to resize it to a<br>
smaller format.<br>
<br>
Any suggestions?<br>
Am I on the right track?<br>
<br>
Thanks,<br>
Yuval Yohai<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/How-do-I-optimize-my-encoding-and-streaming-tp2231076p2231076.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/How-do-I-optimize-my-encoding-and-streaming-tp2231076p2231076.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
ThinkGeek and WIRED&#39;s GeekDad team up for the Ultimate<br>
GeekDad Father&#39;s Day Giveaway. ONE MASSIVE PRIZE to the<br>
lucky parental unit.  See the prize list and enter to win:<br>
<a href="http://p.sf.net/sfu/thinkgeek-promo" target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Your Sincerely<br>Michael Joachimiak<br>