aac x264等即便安装了但是还是没能执行成功
来源:1-5 FFmpeg下载,编译与安装

1290846731MJ
2023-11-01
Last login: Wed Nov 1 15:10:47 on ttys000
admin@admindeMacBook-Pro-97 ~ % cd /Users/admin/project/ffmpeg
admin@admindeMacBook-Pro-97 ffmpeg % ./configure --prefix=/usr/local/ffmpeg --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-filter=delogo --enable-debug --disable-optimizations --enable-libspeex --enable-videotoolbox --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --cc=clang --host-cflags= --host-ldflags=
ERROR: libfdk_aac not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file “ffbuild/config.log” produced by configure as this will help
solve the problem.
admin@admindeMacBook-Pro-97 ffmpeg %
2回答
-
李超
2023-11-01
执行一下./configure --help | grep fdk, 看一下具体的参数,应该是参数拼错了
032023-11-01 -
李超
2023-11-01
在执行./configure 时加上 enable-fdk-aac 试一下
012023-11-01
相似问题