<div>Hi,</div>
<div> </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 "x264enc". Someone suggested that it is in bad plugins but i couldn'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> </div>
<div>gst-launch -m -v <br> ksvideosrc name="device-name" ! <br> ffmpegcolorspace ! <br> 'video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]' ! <br> videoscale method=1 ! <br>
'video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]' ! <br> x264enc byte-stream=TRUE cabac=false ! <br> filesink location="./test.264"<br></div>
<div> </div>
<div>Thanks in advance.</div>
<div> </div>
<div>-Sumit<br></div>
<div> </div>