FFmpeg C API documentation/tutorial [closed]

隐身守侯 提交于 2019-11-26 12:51:43

问题


I am trying to find documentation to use the FFmpeg C API. It seems that only command line documentation is available.

Is there any good documentation/tutorials/links available?


回答1:


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.




回答2:


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/




回答3:


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

Using libav*




回答4:


http://dranger.com/ffmpeg/ is great, but the source code is little dated. For updated code of the tutorial, please take a look here: https://github.com/phamquy/FFmpeg-tutorial-samples




回答5:


If you're interested in writing your own ffmpeg format or codec, take a look here:

http://wiki.multimedia.cx/index.php?title=Category:FFmpeg_Tutorials



来源:https://stackoverflow.com/questions/2641460/ffmpeg-c-api-documentation-tutorial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!