Reword the FFmpeg instructions for macOS arm64

This commit is contained in:
Sybren A. Stüvel 2023-10-31 14:34:15 +01:00
parent 8e9329f768
commit 5c63405fe2

View File

@ -63,15 +63,17 @@ start afresh with the following steps:
## macOS "Silicon" builds ## macOS "Silicon" builds
The FFmpeg binaries that are bundled with Flamenco are linked directly from The macOS "Silicon" build does not ship with FFmpeg, because a trusted build for
[ffmpeg.org](https://ffmpeg.org/), and thus there is a level of trust. That this architecture is not provided by the FFmpeg project. This is why Flamenco v3
website, however, does not link directly to any trusted binaries for macOS did not ship macOS/ARM64 builds. As of v3.3 this architecture will be included
"Silicon" ARM64. This is why Flamenco did not ship macOS/ARM64 builds for a long in the official Flamenco builds, but still without FFmpeg binary.
time. As of v3.3 this architecture will be included in the official Flamenco
builds, but for now will be shipped without FFmpeg binary. You can install FFmpeg using [the ffmpeg Homebrew formula][brew] or any other
method. Once installed Flamenco Worker should find it automatically. If not,
place the ffmpeg executable into Flamenco's `tools` directory.
[brew]: https://formulae.brew.sh/formula/ffmpeg
To install this binary, download it from a source you trust or build it
yourself, then place it into Flamenco's `tools` directory.
## License ## License