On Mon, Jul 22, 2013 at 2:47 PM, Anshul <span dir="ltr"><<a href="mailto:er.anshul.maheshwari@gmail.com" target="_blank">er.anshul.maheshwari@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
<div>On 07/22/2013 03:42 PM, Jason Cipriani
wrote:<br>
</div>
</div></div><blockquote type="cite"><div><div class="h5">I am looking for a library to decode video files in
various formats and give me access the frame buffer for further
processing. Is libavcodec what I want?<br>
<br>
If so, where can I find the documentation for it? The
"Documentation -> libavcodec" link on the ffmpeg site (<a href="http://ffmpeg.org/libavcodec.html" target="_blank">http://ffmpeg.org/libavcodec.html</a>) doesn't
actually seem to be documentation, although I did eventually find
the doxygen docs for avcodec.h. However, it is only a raw API
reference, I could not find a usage guide anywhere.<br>
<br>
Thanks!<br>
Jason
</div></div>
</blockquote>
Hi Jason<br>
<br>
Even I Don't Know where is The Perfect Documentation, but eventually
you can start with decoding_encoding.c example.<br>
There is also an good Tutorial by <a href="http://dranger.com/ffmpeg/" target="_blank">Dranger</a>(<cite><b>dranger</b>.com/<b>ffmpeg</b>/</cite>).
<br>
For Doxygen doc I would say Why dont You Write good comments on each
API after doing above 2 exersize.<br>
Or much easier way report bug about each api you don't get...<br>
<br>
Thanks<span class="HOEnZb"><font color="#888888"><br>
Anshul<br>
</font></span></div> </blockquote><div><br>Thank you Anshul, the Dranger tutorial (along with some Googling to figure out how to use sws_scale instead of img_convert) was enough to show me exactly what I needed to do. Great!<br>
<br>Jason <br></div></div>