<div class="gmail_quote">2010/6/18 Andoni Morales <span dir="ltr">&lt;<a href="mailto:ylatuya@gmail.com">ylatuya@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">That&#39;s true, but it only supports a set of width/height combinations,</div>
so you will need a videoscale element before the encoder. Do<br>
&#39;gst-inspect ffenc_h263&#39; to check the accepted combinations.<br>
<br>
Cheers,<br>
Andoni</blockquote><div><br></div><div>First of all, thanks Anthony for your quick answer :)</div><div><br></div><div>When I run gst-inspect-0.10 ffenc_h263 I get the following (summarized):</div><div><br></div><div>$ gst-inspect-0.10 ffenc_h263</div>
<div><br></div><div>...</div><div>...</div><div><div>Pad Templates:</div><div>  SINK template: &#39;sink&#39;</div><div>    Availability: Always</div><div>    Capabilities:</div><div>      video/x-raw-rgb</div><div>      video/x-raw-yuv</div>
<div>      video/x-raw-gray</div></div><div><div>  SRC template: &#39;src&#39;</div><div>    Availability: Always</div><div>    Capabilities:</div><div>      video/x-h263</div><div>                  width: 352</div><div>                 height: 288</div>
<div>              framerate: [ 0/1, 2147483647/1 ]</div><div>                variant: itu</div><div>            h263version: h263</div><div>      video/x-h263</div></div><div>......</div><div>...... (and so on).</div><div>
<br></div><div>I tried with ffenc_h263p and, surprisingly, it worked! But with h263p encoder I get another problem: when I play the RTSP with Gstreamer or VLC y get a codec error message.</div><div><br></div><div>I was successful using theora codec, and I will try with another codecs like x264 or MPEG.</div>
<div><br></div><div>Can anybody give me a pipeline definition that connects a v4l2src with ffenc_h263 in some way (I know, using ffcolorspace, videoscale or another elements...). I tried to read some documentation bout de ffenc_h263, but the only one I can found was the gst-inspect output... :(</div>
</div>