---
type: snippet
tags: ['youtube-dl', 'ffmpeg', 'brew']
status: release
ctime: 2022-04-09
mtime: 2024-03-22
---

brew로 ffmpeg 설치할때[^162-1]

```sh
brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- --with-' | tr '\n' ' ')
```

---

[^162-1]: [brew install ffmpeg with all options](https://gist.github.com/Piasy/b5dfd5c048eb69d1b91719988c0325d8)
