<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 <<a href="http://mailman.videolan.org/listinfo/x264-devel">fingcmo at gmail.com</a>> wrote:
><i> All,
</i>><i>
</i>><i> I have taken a look on the x264 CLI usage and I believe
</i>><i> I have a rough idea of its use and parameter implications.
</i>><i>
</i>><i> I, however, have had a hard time finding a simple introductory
</i>><i> guide on how to use the x264 library in a simple "C" main().
</i>><i>
</i>><i> A simple main() that do:
</i>><i>
</i>><i> 1--- Open a raw (name.yuv) YUV file.
</i>><i> 2--- Encode it to H.264 CIF using basic profile.
</i>><i> 3--- Output the encoded file to (new_name.264)
</i>><i>
</i>><i> Then I would manually play the (new_name.264) file with ffmpeg.
</i>><i>
</i>><i> Could you please guide me to where I can get this basic information?
</i>><i>
</i>><i> Thanks,
</i>><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>