encoder required for capturing raw video in h264 format on windows.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

encoder required for capturing raw video in h264 format on windows.

sumit kumar-11
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
 

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: encoder required for capturing raw video in h264 format on windows.

Stefan Sauer
sumit kumar schrieb:
> 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?

It is in gst-plugins-bad, but it dependes on the external library providing the
x264encoder. I don't know enough about OABuild to tell you exactly how to
proceed though.

Stefan

> 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
>  
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel