ffmpeg音频小结

1、ffmpeg解码音频流程 1.注册全部组件 av_register_all(); 2.拿到封装格式上下文 AVFormatContext *avFormatContext = avformat_alloc_context(); 3.打开文件 avformat_open_input 4.查找音频流信息 avformat_find_stream_info(avFormatContext, NULL
相关文章
相关标签/搜索