背景
想使用 ffmpeg 的 n 卡编码器,发现 find_encode 失败,想看看是不是编译 ffmpeg 的时候有些功能没有打开。
如何获取编译配置信息
api
cpp
const char* configuration = avcodec_configuration();
printf("FFmpeg file configuration: %s\n", configuration);
命令行
ffmpeg -buildconf