Skip to content

Instantly share code, notes, and snippets.

@Teaonly
Last active September 25, 2016 12:39
Show Gist options
  • Save Teaonly/6ccfcbd79faa1dfd7261 to your computer and use it in GitHub Desktop.
Save Teaonly/6ccfcbd79faa1dfd7261 to your computer and use it in GitHub Desktop.
ffmpeg 编程开发相关笔记
# 1. FFMPEG 编程开发教程
地址:http://dranger.com/ffmpeg/tutorial01.html
* AVPicture 是 AVFrame的子集,即两个数据结构的前面部分是一致的, 因此AVFrame可以指针转换为AVPicture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment