1.下载脚本
https://github.com/kewlbear/FFmpeg-iOS-build-script.git
2.编译脚本./build-ffmpeg.sh,编译结果FFmpeg-iOS 文件夹是我们需要的
或者直接使用我编译好的
https://github.com/licl19/FFmpeg.git
3.将编译好的静态库以及头文件导入工程
4.添加路径
header search paths -> $(SRCROOT)/FFmpeg_Test/FFmpeg-iOS/include
library search paths -> $(PROJECT_DIR)/FFmpeg_Test/FFmpeg-iOS/lib
5.添加依赖库
AudioToolbox
AVFoundation
OpenGLES
CoreImage
CoreGraphics
CoreMedia
VideoToolbox
6.导入头文件,编译
libavcodec/avcodec.h
libavformat/avformat.h
libswscale/swscale.h