摘要: Talk is cheap,Show me the code! 示例2、demuxing_decoding.c 以下例子并不完整,只列出核心数据结构和代码 static AVFormatContext *fmt_ctx = NULL; static AVCodecContext *video_dec 阅读全文
posted @ 2017-07-11 12:09 STN_LCD 阅读(826) 评论(0) 推荐(0) 编辑
摘要: Talk is cheap,Show me the code! 示例1、decode_video.c int main(int argc, char **argv) { const char *filename, *outfilename; const AVCodec *codec; AVCodec 阅读全文
posted @ 2017-07-11 12:08 STN_LCD 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: Talk is cheap,Show me the code! 本文部分参考了雷神的博客,加入自己的理解,新增了对每种数据结构的详细剖析! 开始玩ffmpeg之前,先把ffmpeg中常见的数据结构以及他们的之间的关系了解下,这是基础,非常重要! FFMPEG结构体分析:AVFrameFFMPEG结构 阅读全文
posted @ 2017-07-11 12:04 STN_LCD 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1、雷神的博客,入门经典: http://blog.csdn.net/leixiaohua1020 2、An FFmpeg and SDL Tutorial :老外写的入门教程 http://dranger.com/ffmpeg/ 3.官网的API文档,和版本对应,每个版本都有对应的API说明: h 阅读全文
posted @ 2017-07-11 11:25 STN_LCD 阅读(696) 评论(0) 推荐(0) 编辑