3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

M1 Macで、Audacity 3.7.5 for Macでffmpegをhomebrewで入れて、どうしても認識しない場合の解決策

3
Posted at

TL;DR

  • Audacity 3.7.5 は、FFmpeg 7以降に対応していない。
  • なので、ffmpeg@6 を brew installし、そのdylibパスをAudacityに読ませる必要がある。

本文

$ arch -arm64 brew install ffmpeg@6
$ find /opt/homebrew/ -name libavformat.dylib
/opt/homebrew/lib/libavformat.dylib
/opt/homebrew/Cellar/ffmpeg/8.0.1/lib/libavformat.dylib
/opt/homebrew/Cellar/ffmpeg@6/6.1.4/lib/libavformat.dylib ### これをAudacityに指定する

image.png

image.png

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?