mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
docs: add ffmpeg installation method for macOS (#212)
This commit is contained in:
parent
753c5e003d
commit
c26e3989a5
12
README.md
12
README.md
@ -178,7 +178,17 @@ apt update
|
||||
apt install ffmpeg
|
||||
```
|
||||
|
||||
对于Mac系统,访问 https://evermeet.cx/ffmpeg/ 安装FFmpeg。
|
||||
macOS 执行
|
||||
|
||||
**如果已经安装 Homebrew 请跳过这一步**
|
||||
|
||||
```bash
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
```
|
||||
|
||||
```bash
|
||||
brew install ffmpeg
|
||||
```
|
||||
|
||||
4.运行程序
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user