<span class="Apple-style-span" style="font-family: Times; font-size: medium; "><pre>Dark,</pre><pre>Thanks for your quick response, I feel better now :)</pre><pre>Ad.</pre><pre>------------------</pre><pre>On Wed, Nov 4, 2009 at 2:13 PM, Fing Cmo &lt;<a href="http://mailman.videolan.org/listinfo/x264-devel">fingcmo at gmail.com</a>&gt; wrote:
&gt;<i> All,
</i>&gt;<i>
</i>&gt;<i> I have taken a look on the x264 CLI usage and I believe
</i>&gt;<i> I have a rough idea of its use and parameter implications.
</i>&gt;<i>
</i>&gt;<i> I, however, have had a hard time finding a simple introductory
</i>&gt;<i> guide on how to use the x264 library in a simple &quot;C&quot; main().
</i>&gt;<i>
</i>&gt;<i> A simple main() that do:
</i>&gt;<i>
</i>&gt;<i> 1--- Open a raw (name.yuv) YUV file.
</i>&gt;<i> 2--- Encode it to H.264 CIF using basic profile.
</i>&gt;<i> 3--- Output the encoded file to (new_name.264)
</i>&gt;<i>
</i>&gt;<i> Then I would manually play the (new_name.264) file with ffmpeg.
</i>&gt;<i>
</i>&gt;<i> Could you please guide me to where I can get this basic information?
</i>&gt;<i>
</i>&gt;<i> Thanks,
</i>&gt;<i> Ad.
</i>
x264.h has basic API documentation.  x264.c provides an example
interface; look at how it calls the relevant functions for example
usage.

Dark Shikari</pre></span>