[x264-devel] Help with P-frame encoding please

Jason Garrett-Glaser darkshikari at gmail.com
Thu May 7 11:54:51 CEST 2009


On Thu, May 7, 2009 at 2:04 AM, Kevin Wu Won <s4097941 at student.uq.edu.au> wrote:
> Hi all,
>
> I'm working on a project where I want know how much data it takes to
> represent an image as a P-frame, given another image as an I-frame.
>
> I have been told this should be possible from x264's external API.  Is
> there documentation for the API available?  Or alternatively, can
> anyone point me to the functions that I want, show me how to fill in
> the struct parameters, etc.?

x264.h provides the basic information you'll need to make API calls.
x264.c serves as an example encoding application built using the API
described in x264.h.

The functions themselves are very simple and generally do exactly what they say.

Dark Shikari


More information about the x264-devel mailing list