使用FFmpeg的SDK库实现将H.264流封装进MP4文件时全局SPS、PPS与流中SPS、PPS冲突的问题

1、问题 1. 使用FFmpeg的SDK库实现将H.264流封装进MP4文件的源码大体以下: char* filename = "./test.mp4" AVOutputFormat *fmt; AVStream* video_st; AVFormatContext *av_context; /* 初始化资源 */ av_register_all(); int iret = avformat_al
相关文章
相关标签/搜索