Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ dependencies:
```


### macOS Development Requirements

**Note for macOS Developers (arm64/Apple Silicon):**
The pre-compiled FFmpeg frameworks for macOS require certain Homebrew libraries to be installed on your development machine. If you encounter dyld errors about missing libraries, install the following:

```bash
brew install libiconv libsamplerate srt
```

This is a known limitation with the current pre-built frameworks. For more details, see issue #134.

### 3. Packages

There are eight different `ffmpeg-kit` packages:
Expand Down