# 使用 Homebrew, chocolatey 安装 ffmpeg-full

查看 ffmpeg-full 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ffmpeg-full
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ffmpeg-full
```

  证据: local Homebrew formula metadata

### Windows

- Chocolatey (92%):

```sh
choco install ffmpeg-full
```

  证据: Chocolatey community package catalog: ffmpeg-full from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'

## 软件包事实

- **软件包键:** brew:ffmpeg-full
- **软件包管理器:** Homebrew
- **版本:** 8.1.2
- **来源摘要:** Play, record, convert, and stream many audio and video codecs
- **主页:** <https://ffmpeg.org/>
- **仓库:** <https://github.com/FFmpeg/FFmpeg>
- **最后更新:** 2026-07-29T11:48:28Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- zmqsend (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 8.1.2
## 项目历史与用法

ffmpeg-full is a packaging variant of FFmpeg rather than a separate upstream project. Its history is FFmpeg's history plus the package-manager concern of building the same multimedia framework with a broader codec and feature surface.

### 项目历史

FFmpeg describes itself as a leading multimedia framework able to decode, encode, transcode, mux, demux, stream, filter, and play media. The upstream contains command-line tools such as ffmpeg, ffplay, and ffprobe, plus libraries including libavcodec, libavformat, libavfilter, libavdevice, libswscale, and libswresample.

The official download page emphasizes that FFmpeg upstream provides source code, while compiled packages are supplied by distributions and build providers. That source-first posture is why package formulas matter: the package decides which optional libraries and codecs are present for end users.

### 采用历史

FFmpeg's official site lists distribution/package paths for Debian, Ubuntu, Fedora/RHEL, Windows builds, and macOS static builds, reflecting its role as infrastructure consumed through operating-system and language/package ecosystems as much as through direct source builds.

The Homebrew ffmpeg-full formula uses the FFmpeg release tarball and depends on a broad set of optional libraries, including AV1, subtitle, streaming, image, speech, and classic codec libraries. That makes it the package for users who want fewer surprises about codec availability on macOS.

### 使用方式

Usage remains the normal FFmpeg command-line model: convert, inspect, stream, filter, and remux media with ffmpeg, ffprobe, and related tools. The point of ffmpeg-full is not a new UI; it is broader compiled-in functionality.

Compared with leaner FFmpeg formulas, ffmpeg-full is useful when workflows depend on external codec libraries or protocol support that may not be enabled in a smaller build.

### 为什么软件包爱好者会关心

Package nerds care about ffmpeg-full because FFmpeg's behavior is heavily shaped by compile-time options and linked libraries. Two machines can both have `ffmpeg` installed while supporting different encoders, decoders, filters, and protocols.

The formula embodies the long-running packaging tradeoff around FFmpeg: broad codec coverage and convenience versus larger dependency closures, licensing implications, and more moving parts to rebuild.

### 时间线

- 2000s: FFmpeg becomes a central free-software multimedia framework and command-line toolkit.
- 2011: FFmpeg release signing key date appears in upstream release verification docs.
- 2026: Upstream download docs list FFmpeg 8.1.2 as a current stable source release; Homebrew ffmpeg-full builds from FFmpeg's release tarball with a broad dependency set.

### Related projects

- FFmpeg is the upstream project.
- Homebrew's regular ffmpeg formula is the leaner sibling formula with a smaller dependency set.
- libavcodec, libavformat, libavfilter, ffmpeg, ffplay, and ffprobe are the upstream libraries and tools exposed by FFmpeg builds.

### 来源

- <https://ffmpeg.org/about.html>
- <https://ffmpeg.org/download.html>
- <https://formulae.brew.sh/api/formula/ffmpeg-full.json>
- <https://formulae.brew.sh/api/formula/ffmpeg.json>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Chocolatey - ffmpeg-full: normalized package name match | Chocolatey community package catalog: ffmpeg-full from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'


## Combined YAML source

View the package source record on GitHub. [combined/ffmpeg-full.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ffmpeg-full.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
