On 07/22/2013 03:42 PM, Jason Cipriani wrote:
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?

If so, where can I find the documentation for it? The "Documentation -> libavcodec" link on the ffmpeg site (http://ffmpeg.org/libavcodec.html) 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.

Thanks!
Jason


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user
Hi Jason

Even I Don't Know where is The Perfect Documentation, but eventually you can start with decoding_encoding.c example. There is also an good Tutorial by Dranger <dranger.com/ffmpeg/>(*dranger*.com/*ffmpeg*/). For Doxygen doc I would say Why dont You Write good comments on each API after doing above 2 exersize.
Or much easier way report bug about each api you don't get...

Thanks
Anshul
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to