Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はffmpegを使用しています.libfaacが必要です.それを実現する唯一の方法はソースからコンパイルすることだと理解しています. たくさんのチュートリアルを読み、mingw をインストールしましたが、コマンド ./configure または make を実行できません。私が見逃しているもの、またはこれを行う別の方法はありますか?
問題を修正しました。私は libfaac をあきらめ、代わりに次のコードを追加しました: audio_codec: "aac", custom: "-strict experiment -q:v 5 -preset slow -g 30" libfaac を使用します。
また、間違った MinGW がありました。私は git バージョンを持っていましたが、./configure、make、make install などのコマンドを実行するには MSys が必要でした。