随笔分类 -  ffmpeg

ffmpeg
摘要:解封装流程 1.分配解复用器上下文avformat_alloc_context 2.根据url打开本地文件或网络流avformat_open_input 3.读取媒体的部分数据包以获取码流信息avformat_find_stream_info 4.读取码流信息:循环处理 4.1 从文件中读取数据包a 阅读全文
posted @ 2021-06-29 09:49 封锁记忆 阅读(289) 评论(0) 推荐(0)