[gst-devel] encoder required for capturing raw video in h264 format on windows.

sumit kumar sumit.git at gmail.com
Thu Dec 11 16:17:04 CET 2008


Hi,

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:

gst-launch -m  -v
    ksvideosrc name="device-name" !
    ffmpegcolorspace  !

'video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]'
!
    videoscale method=1 !

'video/x-raw-yuv,format=(fourcc)I420,width=(int)[16,720],height=(int)[16,480]'
!
    x264enc byte-stream=TRUE cabac=false !
    filesink location="./test.264"

Thanks in advance.

-Sumit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081211/c00e1a21/attachment.htm>


More information about the gstreamer-devel mailing list