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
相關文章
相關標籤/搜索