문제

I'm using ffmpeg, and I need it to have libfaac, and I understand the only way to make that happen is to compile it from source. I read a bunch of tutorials, and installed mingw, but I can't run the commands ./configure or make. Is there something I'm missing or another way to do this?

도움이 되었습니까?

해결책

I fixed my problem. I gave up on libfaac, and instead just added the following code: audio_codec: "aac", custom: "-strict experimental -q:v 5 -preset slow -g 30" to the arguments of encode_video for it to not to try to use libfaac.

Also, I had the wrong MinGW. I had the git version, but I needed MSys to run commands such as ./configure and make and make install.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top