ffmpeg 编码

avcodec_register_all(); // 注册全部编解码器 av_dict_set(&opts, "b", "2.5M", 0); codec = avcodec_find_decoder(AV_CODEC_ID_H264); // 根据ID取得解码器AVCodec if (!codec) exit(1); context = avcodec_alloc_context3(co
相关文章
相关标签/搜索