[x264-devel] How to Feed ARGB RAW input To x264 Encoder
chetan shawroop
shawroop_ymca123 at yahoo.co.in
Tue Mar 26 13:06:49 CET 2013
Hi Friend's
I am using x264 Encoder in my application .I am getting raw ARGB Data as input from some source .i want to encode that data using x264 Encoder .i know the some of the attribute of my input like height,width, framerate etc.
int iframe_size = x264_encoder_encode( m_pEncoder,
&m_nals,
&i_nals,
&m_pic_in,
&m_pic_out); //number of output NAL
how to Fill the m_pic_in and m_pic_out structure using ARGB data
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20130326/f71054f8/attachment.html>
More information about the x264-devel
mailing list