Unknown encoder 'libfdk_aac'
来源:2-4 FFmpeg录制命令实战

雕刻时光136
2019-12-28
音频+视频录制命令
ffmpeg -f avfoundation -i 1:0 -r 29.97 -c:v libx264 -crf 0 -c:a libfdk_aac -profile:a aac_he_v2 -b:a 32k out.flv
出现
写回答
2回答
-
雕刻时光136
提问者
2019-12-29
是的老师,我没有安装fdkacc ,编译的时候报各种错比如 ERROR: libbluray not found using pkg-config,尝试安装pkg-config ,执行pkg-config 报错Must specify package names on the command line,
012019-12-30 -
李超
2019-12-29
你编译ffmpeg 时,没有开启enable-fdkaac 选项吧?
00
相似问题