FFmpeg 官網(wǎng)
FFmpeg Github
ffmpeg Documentation
功能
視頻采集
視頻格式轉(zhuǎn)換
視頻抓圖
視頻水印
FFMPEG框架
組成
- libavformat
- libavcodec 音視頻的編解碼庫 https://ffmpeg.org/libavcodec.html
- libavutil 包含一些公共的工具函數(shù)
- libpostproc 用于后期效果處理
- ffsever 一個HTTP多媒體即時廣播串流服務(wù)器
- ffplay 簡單的播放器,使用ffmpeg庫解析和解碼,通過SDL顯示
- ffmpeg 一個工具,可用于格式轉(zhuǎn)化、解碼等
編解碼詳細(xì)過程
參考:
http://blog.csdn.net/pointfish/article/details/7520710
http://blog.csdn.net/leixiaohua1020/article/details/44220151
FFmpeg structure - Decode
相關(guān)協(xié)議:H.264 AAC

Paste_Image.png