FFmpeg は静的ライブラリをコンパイルします

1. ツールを使用する

  1.1 FFmpeg公式ウェブサイト:

  1.2 FFmpeg macOS公式インストール チュートリアル:

  1.3 Homebrewインストール Web サイト:

2.自作の紹介

  2.1 略してBrew、ソフトウェアパッケージの管理、インストール、更新、アンインストール、およびMacプラットフォームターミナルでのその他のソフトウェア

  2.2 brew のインストール、ターミナル実行コマンド (内部インストール): 

  // ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
  // /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

  2.3 インストールまたは更新の問題があります。

    エラー: エラー: 破損していない https://formulae.brew.sh/api/for をダウンロードできません

おすすめ

転載: blog.csdn.net/u011193452/article/details/130202517