FFmpeg C API 文档/教程

我试图找到使用 FFmpeg C API 的文档。似乎只有命令行文档可用。

有没有好的文档/教程/链接?

70905 次浏览

这是我目前为止找到的最好的一个。它处理了 API 的许多特性,并向您展示了如何使用 SDL 和 libavformat/libavcodec 构建一个可工作的视频播放器。

Http://dranger.com/ffmpeg/

如果您有兴趣编写自己的 ffmpeg 格式或 codec,请看这里:

Http://wiki.multimedia.cx/index.php?title=category:ffmpeg_tutorials

Http://dranger.com/ffmpeg/ 很棒,但是源代码有点过时了。有关教程的更新代码,请在这里查看: < a href = “ https://github.com/phamquy/FFmpeg-lessons-sample”> https://github.com/phamquy/ffmpeg-tutorial-samples

我一直在更新 Dranger ffmpeg 教程: https://github.com/mpenkov/ffmpeg-tutorial

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

我创建了这个维基页面,以便它可以尝试并保持更新:

使用 libav *