FFmpeg C API documentation/tutorial [closed] FFmpeg C API documentation/tutorial [closed] c c

FFmpeg C API documentation/tutorial [closed]


I've been keeping the Dranger ffmpeg tutorials up to date here: https://github.com/mpenkov/ffmpeg-tutorial

I've tried to keep the code changes minimal while fixing bugs and rewriting deprecated parts.


Here is the best one I have found so far. It deals with a lot of the quirks of the API and shows you how to build a working video player using SDL and libavformat/libavcodec.

http://dranger.com/ffmpeg/


I created this wiki page so that it can try and keep updated:

Using libav*