<div>Hi,</div>
<div>&nbsp;</div>
<div>I have installed gstreamer using OABuild on windows XP.I am trying to capture raw-video in h264 format. It requires a plugin called &quot;x264enc&quot;. Someone suggested that it is in bad plugins but i couldn&#39;t find it. Is there any encoder available? If it is there, than which version and how to integrate that with OABuild? The pipeline I am using is:</div>

<div>&nbsp;</div>
<div>gst-launch -m&nbsp; -v&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;ksvideosrc name=&quot;device-name&quot;&nbsp;!&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp; ffmpegcolorspace&nbsp; !&nbsp;<br>&nbsp;&nbsp;&nbsp; &#39;video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]&#39; !&nbsp;<br>&nbsp;&nbsp;&nbsp; videoscale method=1 !&nbsp;<br>
&nbsp;&nbsp;&nbsp; &#39;video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]&#39; !&nbsp;<br>&nbsp;&nbsp;&nbsp; x264enc byte-stream=TRUE cabac=false !&nbsp;<br>&nbsp;&nbsp;&nbsp; filesink location=&quot;./test.264&quot;<br></div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>-Sumit<br></div>
<div>&nbsp;</div>