FFmpeg C API documentation/tutorial [closed]

2020-01-27 09:37发布

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?

5条回答
我想做一个坏孩纸
2楼-- · 2020-01-27 10:07

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.

查看更多
别忘想泡老子
3楼-- · 2020-01-27 10:10

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

Using libav*

查看更多
啃猪蹄的小仙女
4楼-- · 2020-01-27 10:17

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

查看更多
爷的心禁止访问
5楼-- · 2020-01-27 10:25

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

查看更多
时光不老,我们不散
6楼-- · 2020-01-27 10:30

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/

查看更多
登录 后发表回答