本文需要用的的文件都在我的网盘中,有需要的可以去下载

链接地址:http://xiaomeng008.ys168.com/

编译过程如下:

1:新建工程,名称为:TestFfmpeg。下载output_example.c文件(本文下面给出),将文件添加到TestFfmpeg工程中

2:拷贝sdk中的include文件夹下的所有文件到工程目录下,和output_example.c 在同一目录中

3:去掉output_example.c中的#include“snprintf.h”,

4: 将sdk中的lib文件夹拷贝到工程目录下,然后打开project-->settings->Link, Category选择Input,
   在Additional Library path中填入:build-test\lib,
   在Project options中增加avcodec.lib avdevice.lib avfilter.lib avformat.lib avutil.lib swscale.lib。
5.打开project-->settings->C/C++, Category选择Precompiled Headers, 选择not using precompiled headers.
6.将sdk的bin目录下的文件拷贝到build-test、Debug目录下。